mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-17 17:54:05 +00:00
Print java version
This commit is contained in:
parent
b40a86e114
commit
e66e6e0b51
@ -176,6 +176,7 @@ dependencies {
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
}
|
||||
|
||||
System.out.println("Gradle is using Java: " + JavaVersion.current());
|
||||
def buildToolsJar = new File(buildDir, "buildtools/BuildTools.jar");
|
||||
def buildToolsFolder = new File(buildDir, "buildtools");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user