File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 44
55- Gradle: not yet
66
7+ - egg1
8+ - ok for bash, Maven
9+ ...
710- egg5
811 - ok for bash, Maven
912- egg6
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16- <maven .compiler.source>19 </maven .compiler.source>
17- <maven .compiler.target>19 </maven .compiler.target>
16+ <maven .compiler.source>25 </maven .compiler.source>
17+ <maven .compiler.target>25 </maven .compiler.target>
1818 </properties >
1919
2020 <dependencies >
4242 <plugin >
4343 <artifactId >maven-compiler-plugin</artifactId >
4444 <version >3.10.1</version >
45- <configuration >
46- <compilerArgs >
47- <arg >--add-modules=jdk.incubator.concurrent</arg >
48- </compilerArgs >
49- </configuration >
5045 </plugin >
5146 <plugin >
5247 <artifactId >maven-surefire-plugin</artifactId >
8176 <configuration >
8277 <executable >${java.home} /bin/java</executable >
8378 <arguments >
84- <argument >--add-modules=jdk.incubator.concurrent</argument >
8579 <argument >--enable-preview</argument >
8680 <argument >--class-path</argument >
8781 <classpath />
You can’t perform that action at this time.
0 commit comments