File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 112
112
<properties >
113
113
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
114
114
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
115
- <java .version>1.8 </java .version>
115
+ <java .version>17 </java .version>
116
116
<maven .compiler.source>${java.version} </maven .compiler.source>
117
117
<maven .compiler.target>${java.version} </maven .compiler.target>
118
118
<maven .version>3.8.8</maven .version>
3654
3654
<artifactId >scala-maven-plugin</artifactId >
3655
3655
<configuration >
3656
3656
<args >
3657
- <arg >--add-exports java.base/java.lang=ALL-UNNAMED</arg >
3658
- <arg >--add-exports java.base/java.lang.invoke=ALL-UNNAMED</arg >
3659
- <arg >--add-exports java.base/java.lang.reflect=ALL-UNNAMED</arg >
3660
- <arg >--add-exports java.base/java.io=ALL-UNNAMED</arg >
3661
- <arg >--add-exports java.base/java.net=ALL-UNNAMED</arg >
3662
- <arg >--add-exports java.base/java.nio=ALL-UNNAMED</arg >
3663
- <arg >--add-exports java.base/java.util=ALL-UNNAMED</arg >
3664
- <arg >--add-exports java.base/java.util.concurrent=ALL-UNNAMED</arg >
3665
- <arg >--add-exports java.base/java.util.concurrent.atomic=ALL-UNNAMED</arg >
3666
- <arg >--add-exports java.base/jdk.internal.ref=ALL-UNNAMED</arg >
3667
- <arg >--add-exports java.base/sun.nio.ch=ALL-UNNAMED</arg >
3668
- <arg >--add-exports java.base/sun.nio.cs=ALL-UNNAMED</arg >
3669
- <arg >--add-exports java.base/sun.security.action=ALL-UNNAMED</arg >
3670
- <arg >--add-exports java.base/sun.util.calendar=ALL-UNNAMED</arg >
3671
3657
<arg >-unchecked</arg >
3672
3658
<arg >-deprecation</arg >
3673
3659
<arg >-feature</arg >
You can’t perform that action at this time.
0 commit comments