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 8f73af7 commit 31bae26Copy full SHA for 31bae26
.ci/Dockerfile
@@ -20,7 +20,7 @@
20
# Build a Docker image that has Gradle and all project dependencies ready.
21
# Needs to be run with .git and java-client/src mounted under /elasticsearch-java.
22
23
-FROM openjdk:17
+FROM eclipse-temurin:17
24
25
# Default UID/GID to 1000
26
# it can be overridden at build time
.github/workflows/unit-tests.yml
@@ -19,8 +19,6 @@ jobs:
19
with:
java-version: '8'
distribution: 'temurin'
- - name: Enable gradle wrapper execution
- run: chmod +x gradlew
- name: Run java client tests
run: ./gradlew test -p java-client
0 commit comments