Skip to content

Commit

Permalink
Lowercase project name/version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
T14D3 committed Dec 31, 2024
1 parent a525860 commit d6bf4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'de.t14d3'
version = '1.0-SNAPSHOT'
version = '1.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
rootProject.name = 'Zones'
rootProject.name = 'zones'

0 comments on commit d6bf4cf

Please sign in to comment.