File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/objectbox-java-test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ tasks.withType<Test> {
8585 // To run tests with 32-bit ObjectBox
8686 // Note: 32-bit JDK is only available on Windows
8787 val javaExecutablePath = System .getenv(" JAVA_HOME_X86" ) + " \\ bin\\ java.exe"
88- println (" Will run tests with $javaExecutablePath " )
88+ println (" $name : will run tests with $javaExecutablePath " )
8989 executable = javaExecutablePath
9090 } else if (System .getenv(" TEST_JDK" ) != null ) {
9191 // To run tests on a different JDK, uses Gradle toolchains API (https://docs.gradle.org/current/userguide/toolchains.html)
9292 val sdkVersionInt = System .getenv(" TEST_JDK" ).toInt()
93- println (" Will run tests with JDK $sdkVersionInt " )
93+ println (" $name : will run tests with JDK $sdkVersionInt " )
9494 javaLauncher.set(javaToolchains.launcherFor {
9595 languageVersion.set(JavaLanguageVersion .of(sdkVersionInt))
9696 })
You can’t perform that action at this time.
0 commit comments