Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update project information
Browse files Browse the repository at this point in the history
  • Loading branch information
EsotericEnderman committed Sep 15, 2024
1 parent ee2dd00 commit 284088e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ fun pascalcase(kebabcaseString: String): String {

description = "A plugin to display a title and a changing subtitle."

val mainProjectAuthor = "Slqmy"
val mainProjectAuthor = "Esoteric Enderman"
val projectAuthors = listOfNotNull(mainProjectAuthor)

val topLevelDomain = "net"
val topLevelDomain = "dev"

val projectNameString = rootProject.name

group = topLevelDomain + groupStringSeparator + mainProjectAuthor.lowercase() + groupStringSeparator + snakecase(projectNameString)
version = "0.0.10"
version = "0.0.11"

val buildDirectoryString = buildDir.toString()

Expand Down

0 comments on commit 284088e

Please sign in to comment.