Skip to content

Commit

Permalink
better version reporting from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 18, 2024
1 parent 3f52aed commit 5e615e6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ val signingPassword: String? by project
val sonatypeUser: String? by project
val sonatypePassword: String? by project

println("Project: ${project.name}")
println("Version: ${project.version}")
println("Release: $isReleaseBuild")
println("""
Project: ${project.name}
Version: ${project.version}
Release: $isReleaseBuild
""".trimIndent()
)

allprojects {
repositories {
Expand Down

0 comments on commit 5e615e6

Please sign in to comment.