Skip to content

Commit

Permalink
M7l4 Cassandra Fix JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Oct 2, 2024
1 parent 6ba8d45 commit b4d383b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ application {

docker {
javaApplication {
baseImage.set("openjdk:17.0.2-slim")
baseImage.set("openjdk:${libs.versions.jvm.compiler.get()}-slim")
}
}

Expand Down

0 comments on commit b4d383b

Please sign in to comment.