Skip to content

Commit

Permalink
Downgrade Java to 17 for JBA plugin backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Oct 31, 2024
1 parent e9b2fe0 commit 11432a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '17'
distribution: 'corretto'

- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.5-jdk21
FROM gradle:8.5-jdk17

COPY --chown=gradle . hs-test
WORKDIR /home/gradle/hs-test
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.hyperskill'
version '12.0.1'
version '12.0.2'

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jdk: openjdk21
jdk: openjdk17

0 comments on commit 11432a7

Please sign in to comment.