We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5543d commit 25ed11cCopy full SHA for 25ed11c
tests/objectbox-java-test/build.gradle
@@ -60,7 +60,8 @@ dependencies {
60
61
test {
62
if (System.getenv("TEST_WITH_JAVA_X86") == "true") {
63
- // to run tests with 32-bit ObjectBox
+ // To run tests with 32-bit ObjectBox
64
+ // Note: 32-bit JDK is only available on Windows
65
def javaExecutablePath = System.getenv("JAVA_HOME_X86") + "\\bin\\java.exe"
66
println("Will run tests with $javaExecutablePath")
67
executable = javaExecutablePath
0 commit comments