Skip to content

Commit

Permalink
fix: Clean up Gradle scripts - remove comment and redundant constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.gryzbon committed Jan 16, 2022
1 parent 19ae10b commit b842bf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ tasks.create("installGitHooks") {
}
}

// TODO Not sure all this is needed here or only in the file one level below
val gitVersion: groovy.lang.Closure<String> by extra
version = gitVersion().replace(Regex("^v"), "")
group = "io.github.lsd-consulting"
Expand Down
2 changes: 1 addition & 1 deletion service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ publishing {
publications {
create<MavenPublication>("mavenJava") {
groupId = "$group"
artifactId = "lsd-distributed-generator-ui"
artifactId = rootProject.name
version = rootProject.version.toString()


Expand Down

0 comments on commit b842bf4

Please sign in to comment.