File tree Expand file tree Collapse file tree 14 files changed +18
-20
lines changed Expand file tree Collapse file tree 14 files changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
15
- - name : Set up JDK 11
15
+ - name : Set up JDK 17
16
16
uses : actions/setup-java@v1
17
17
with :
18
- java-version : 11
18
+ java-version : 17
19
19
server-id : ossrh
20
20
server-username : MAVEN_USERNAME
21
21
server-password : MAVEN_PASSWORD
Original file line number Diff line number Diff line change @@ -10,16 +10,14 @@ jobs:
10
10
build :
11
11
12
12
runs-on : ubuntu-latest
13
- env :
14
- MAVEN_OPTS : --illegal-access=permit
15
13
16
14
steps :
17
15
- uses : actions/checkout@v2
18
16
19
17
- name : Set up latest stable JDK
20
18
uses : actions/setup-java@v1
21
19
with :
22
- java-version : 16
20
+ java-version : 17
23
21
24
22
- name : Cache maven deps
25
23
uses : actions/cache@v2
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<artifactId >fxgl-framework</artifactId >
13
13
<groupId >com.github.almasb</groupId >
14
- <version >11 +dev-SNAPSHOT</version >
14
+ <version >17 +dev-SNAPSHOT</version >
15
15
</parent >
16
16
<modelVersion >4.0.0</modelVersion >
17
17
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<artifactId >fxgl-framework</artifactId >
13
13
<groupId >com.github.almasb</groupId >
14
- <version >11 +dev-SNAPSHOT</version >
14
+ <version >17 +dev-SNAPSHOT</version >
15
15
</parent >
16
16
<modelVersion >4.0.0</modelVersion >
17
17
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >fxgl-framework</artifactId >
8
8
<groupId >com.github.almasb</groupId >
9
- <version >11 +dev-SNAPSHOT</version >
9
+ <version >17 +dev-SNAPSHOT</version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >fxgl-framework</artifactId >
7
7
<groupId >com.github.almasb</groupId >
8
- <version >11 +dev-SNAPSHOT</version >
8
+ <version >17 +dev-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >fxgl-framework</artifactId >
9
9
<groupId >com.github.almasb</groupId >
10
- <version >11 +dev-SNAPSHOT</version >
10
+ <version >17 +dev-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >fxgl</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.almasb</groupId >
6
6
<artifactId >fxgl-framework</artifactId >
7
- <version >11 +dev-SNAPSHOT</version >
7
+ <version >17 +dev-SNAPSHOT</version >
8
8
9
9
<packaging >pom</packaging >
10
10
63
63
64
64
<properties >
65
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
66
- <source .version>11 </source .version>
66
+ <source .version>17 </source .version>
67
67
<fxgl .version>${project.version} </fxgl .version>
68
68
69
69
<timestamp >${maven.build.timestamp}</timestamp >
70
70
<maven .build.timestamp.format>dd.MM.yyyy HH.mm</maven .build.timestamp.format>
71
71
72
- <maven .compiler.source>11 </maven .compiler.source>
73
- <maven .compiler.target>11 </maven .compiler.target>
72
+ <maven .compiler.source>17 </maven .compiler.source>
73
+ <maven .compiler.target>17 </maven .compiler.target>
74
74
<kotlin .compiler.jvmTarget>11</kotlin .compiler.jvmTarget>
75
75
<kotlin .compiler.incremental>true</kotlin .compiler.incremental>
76
76
You can’t perform that action at this time.
0 commit comments