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 b4d383b commit 39518a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion ok-marketplace-be/ok-marketplace-app-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ktor {
docker {
localImageName.set(project.name)
imageTag.set(project.version.toString())
jreVersion.set(JavaVersion.VERSION_21)
jreVersion.set(JavaVersion.toVersion(libs.versions.jvm.compiler.get()))
}
}

Expand Down
2 changes: 1 addition & 1 deletion pgkn

0 comments on commit 39518a8

Please sign in to comment.