File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
egg_8_sc_custom_invoke_some Expand file tree Collapse file tree 1 file changed +2
-4
lines changed 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 >
4545 <configuration >
4646 <compilerArgs >
4747 <arg >--enable-preview</arg >
48- <arg >--add-modules=jdk.incubator.concurrent</arg >
4948 </compilerArgs >
5049 </configuration >
5150 </plugin >
8281 <configuration >
8382 <executable >${java.home} /bin/java</executable >
8483 <arguments >
85- <argument >--add-modules=jdk.incubator.concurrent</argument >
8684 <argument >--enable-preview</argument >
8785 <argument >--class-path</argument >
8886 <classpath />
You can’t perform that action at this time.
0 commit comments