Skip to content

Commit 25ed11c

Browse files
Follow-up: note 32-bit JDK is only available on Windows.
1 parent 4b5543d commit 25ed11c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/objectbox-java-test/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ dependencies {
6060

6161
test {
6262
if (System.getenv("TEST_WITH_JAVA_X86") == "true") {
63-
// to run tests with 32-bit ObjectBox
63+
// To run tests with 32-bit ObjectBox
64+
// Note: 32-bit JDK is only available on Windows
6465
def javaExecutablePath = System.getenv("JAVA_HOME_X86") + "\\bin\\java.exe"
6566
println("Will run tests with $javaExecutablePath")
6667
executable = javaExecutablePath

0 commit comments

Comments
 (0)