Skip to content

Commit e48c154

Browse files
committed
Print the Java version used to build
1 parent 5f867bc commit e48c154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ dependencies {
5050
)
5151
}
5252

53+
println("Building with Java version ${System.getProperty('java.version')}")
54+
5355
task setupDist() {
5456
FileCollection runtime = configurations.standaloneClasspath
5557
String path = ""

0 commit comments

Comments
 (0)