Skip to content

Commit 31bae26

Browse files
committed
replacing deprecated openjdk
1 parent 8f73af7 commit 31bae26

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Build a Docker image that has Gradle and all project dependencies ready.
2121
# Needs to be run with .git and java-client/src mounted under /elasticsearch-java.
2222

23-
FROM openjdk:17
23+
FROM eclipse-temurin:17
2424

2525
# Default UID/GID to 1000
2626
# it can be overridden at build time

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
java-version: '8'
2121
distribution: 'temurin'
22-
- name: Enable gradle wrapper execution
23-
run: chmod +x gradlew
2422

2523
- name: Run java client tests
2624
run: ./gradlew test -p java-client

0 commit comments

Comments
 (0)