File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v2
1414
15- - name : Set up JDK 11
15+ - name : Set up JDK 17
1616 uses : actions/setup-java@v1
1717 with :
18- java-version : 11
18+ java-version : 17
1919 server-id : ossrh
2020 server-username : MAVEN_USERNAME
2121 server-password : MAVEN_PASSWORD
Original file line number Diff line number Diff line change @@ -10,16 +10,14 @@ jobs:
1010 build :
1111
1212 runs-on : ubuntu-latest
13- env :
14- MAVEN_OPTS : --illegal-access=permit
1513
1614 steps :
1715 - uses : actions/checkout@v2
1816
1917 - name : Set up latest stable JDK
2018 uses : actions/setup-java@v1
2119 with :
22- java-version : 16
20+ java-version : 17
2321
2422 - name : Cache maven deps
2523 uses : actions/cache@v2
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >fxgl-framework</artifactId >
77 <groupId >com.github.almasb</groupId >
8- <version >11 +dev-SNAPSHOT</version >
8+ <version >17 +dev-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >fxgl-framework</artifactId >
77 <groupId >com.github.almasb</groupId >
8- <version >11 +dev-SNAPSHOT</version >
8+ <version >17 +dev-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >fxgl-framework</artifactId >
77 <groupId >com.github.almasb</groupId >
8- <version >11 +dev-SNAPSHOT</version >
8+ <version >17 +dev-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >fxgl-framework</artifactId >
77 <groupId >com.github.almasb</groupId >
8- <version >11 +dev-SNAPSHOT</version >
8+ <version >17 +dev-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >fxgl-framework</artifactId >
77 <groupId >com.github.almasb</groupId >
8- <version >11 +dev-SNAPSHOT</version >
8+ <version >17 +dev-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >fxgl-framework</artifactId >
77 <groupId >com.github.almasb</groupId >
8- <version >11 +dev-SNAPSHOT</version >
8+ <version >17 +dev-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 1111 <parent >
1212 <artifactId >fxgl-framework</artifactId >
1313 <groupId >com.github.almasb</groupId >
14- <version >11 +dev-SNAPSHOT</version >
14+ <version >17 +dev-SNAPSHOT</version >
1515 </parent >
1616 <modelVersion >4.0.0</modelVersion >
1717
Original file line number Diff line number Diff line change 1111 <parent >
1212 <artifactId >fxgl-framework</artifactId >
1313 <groupId >com.github.almasb</groupId >
14- <version >11 +dev-SNAPSHOT</version >
14+ <version >17 +dev-SNAPSHOT</version >
1515 </parent >
1616 <modelVersion >4.0.0</modelVersion >
1717
You can’t perform that action at this time.
0 commit comments