Skip to content

Commit

Permalink
bump to jdk 22 & fxcity 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chengenzhao committed Feb 10, 2024
1 parent 3204b53 commit df9a8e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# uses: graalvm/setup-graalvm@v1
# with:
# version: 'latest'
# java-version: '21'
# java-version: '22'
# distribution: 'graalvm-community'
# github-token: ${{ secrets. GITHUB_TOKEN }}
- name: Build with Maven
Expand All @@ -50,7 +50,7 @@ jobs:
# uses: graalvm/setup-graalvm@v1
# with:
# version: 'latest'
# java-version: '21'
# java-version: '22'
# distribution: 'graalvm-community'
# github-token: ${{ secrets. GITHUB_TOKEN }}
- name: Build with Maven
Expand All @@ -75,7 +75,7 @@ jobs:
# uses: graalvm/setup-graalvm@v1
# with:
# version: 'latest'
# java-version: '21'
# java-version: '22'
# distribution: 'graalvm-community'
# github-token: ${{ secrets. GITHUB_TOKEN }}
- name: Build with Maven
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

<groupId>com.example</groupId>
<artifactId>fxgl-runtime</artifactId>
<version>1.0</version>
<version>21.1.7</version>
<name>fxgl-runtime</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compiler.plugin.version>3.11.0</compiler.plugin.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<compiler.plugin.version>3.12.1</compiler.plugin.version>
<maven.compiler.source>22</maven.compiler.source>
<maven.compiler.target>22</maven.compiler.target>
<javafx.plugin.version>0.0.8</javafx.plugin.version>
<fxcity.version>0.1.6</fxcity.version>
<fxcity.version>0.1.7</fxcity.version>
</properties>

<dependencies>
Expand Down

0 comments on commit df9a8e7

Please sign in to comment.