mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +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'
|
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 buildToolsJar = new File(buildDir, "buildtools/BuildTools.jar");
|
||||||
def buildToolsFolder = new File(buildDir, "buildtools");
|
def buildToolsFolder = new File(buildDir, "buildtools");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user