diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fdee244a9..d4d8dee9f 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -16,11 +16,11 @@ jobs:
with:
path: ~/.m2/wrapper
key: maven-wrapper-${{ hashFiles('**/mvnw') }}
- - name: Set up Adoptium JDK 17
+ - name: Set up Eclipse Temurin JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
- distribution: 'adopt'
+ distribution: 'temurin'
- name: Build and test Quarkus jdt component
run: cd quarkus.jdt.ext && ./mvnw -B -U clean verify && cd ..
- name: Build and test Quarkus language server component
diff --git a/quarkus.jdt.ext/pom.xml b/quarkus.jdt.ext/pom.xml
index 3ecf3d3b1..42946e586 100644
--- a/quarkus.jdt.ext/pom.xml
+++ b/quarkus.jdt.ext/pom.xml
@@ -16,7 +16,7 @@
true
1.25.0-SNAPSHOT
- -Xmx512m ${tycho.test.platformArgs}
+ -Xmx512m -DDetectVMInstallationsJob.disabled=true ${tycho.test.platformArgs}
https://download.eclipse.org/lsp4mp/snapshots/0.8.0/repository/
diff --git a/qute.jdt/pom.xml b/qute.jdt/pom.xml
index abecf38fc..01913ae9d 100644
--- a/qute.jdt/pom.xml
+++ b/qute.jdt/pom.xml
@@ -18,7 +18,7 @@
true
1.25.0-SNAPSHOT
- -Xmx512m ${tycho.test.platformArgs}
+ -Xmx512m -DDetectVMInstallationsJob.disabled=true ${tycho.test.platformArgs}
0.8.8