We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961be46 commit 39c4348Copy full SHA for 39c4348
1 file changed
pom.xml
@@ -21,7 +21,7 @@ under the License.
21
<parent>
22
<groupId>org.apache</groupId>
23
<artifactId>apache</artifactId>
24
- <version>20</version>
+ <version>35</version>
25
</parent>
26
27
<modelVersion>4.0.0</modelVersion>
@@ -2177,6 +2177,8 @@ under the License.
2177
<!-- Make sure that we only use Java 11 compatible APIs -->
2178
<source>${source.java.version}</source>
2179
<target>${target.java.version}</target>
2180
+ <!-- Starting Apache parent pom 31 it uses release which makes impossible to use add-exports -->
2181
+ <release combine.self="override"/>
2182
<!-- The semantics of this option are reversed, see MCOMPILER-209. -->
2183
<useIncrementalCompilation>false</useIncrementalCompilation>
2184
<compilerArgs>
0 commit comments