Skip to content

Commit

Permalink
fix: group in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Jan 13, 2024
1 parent ed49518 commit 6e1b950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
`java-gradle-plugin`
}

group = "no.gpkg"
group = "sh.tnn"
version = System.getenv("VERSION") ?: "UNVERSIONED"
repositories.mavenCentral()
kotlin.jvmToolchain(17)
Expand Down

0 comments on commit 6e1b950

Please sign in to comment.