Skip to content

Commit

Permalink
lib/build.gradle: tweak log message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 17, 2024
1 parent 9377add commit e821f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tasks.register('release') {
jar {
archiveBaseName = project.ext.baseName
doLast {
println "Using Java ${JavaVersion.current()} (${System.getProperty("java.vendor")})"
println "using Java ${JavaVersion.current()} (${System.getProperty("java.vendor")})"
}
manifest {
attributes 'Created-By': "${JavaVersion.current()} (${System.getProperty("java.vendor")})"
Expand Down

0 comments on commit e821f4e

Please sign in to comment.