Skip to content

Commit

Permalink
goback to jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
iammmmmmm committed Nov 29, 2024
1 parent 133c763 commit 54c944a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
java-version: '17'

- name: Install libraries
run: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<javafx.maven.plugin.version>0.0.8</javafx.maven.plugin.version>
<javafx.version>24-ea+15</javafx.version>
<main.class>caidanci.HelloApplication</main.class>
<maven.compiler.release>21</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
<app.identifier>${main.class}</app.identifier>
<app.description>The CaiDanCi game</app.description>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 54c944a

Please sign in to comment.