We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2065108 commit f38c0eeCopy full SHA for f38c0ee
pom.xml
@@ -1532,6 +1532,13 @@
1532
<name>idea.maven.embedder.version</name>
1533
</property>
1534
</activation>
1535
+ <properties>
1536
+ <!-- Intellij IDEA only understands the main -release argument,
1537
+ so we need to do this in order for tests to compile.
1538
+ Here's the issue in the IDEA bug tracker: https://youtrack.jetbrains.com/issue/IDEA-85478
1539
+ It's supposedly fixed in 2022.1 EAP 6, but I couldn't get that to work. -->
1540
+ <java-version.main.release>${java-version.test.release}</java-version.main.release>
1541
+ </properties>
1542
<build>
1543
<pluginManagement>
1544
<plugins>
0 commit comments