Skip to content

Commit

Permalink
HV-1939 Fix compilation in IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and gsmet committed Jun 16, 2023
1 parent 2065108 commit f38c0ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,13 @@
<name>idea.maven.embedder.version</name>
</property>
</activation>
<properties>
<!-- Intellij IDEA only understands the main -release argument,
so we need to do this in order for tests to compile.
Here's the issue in the IDEA bug tracker: https://youtrack.jetbrains.com/issue/IDEA-85478
It's supposedly fixed in 2022.1 EAP 6, but I couldn't get that to work. -->
<java-version.main.release>${java-version.test.release}</java-version.main.release>
</properties>
<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit f38c0ee

Please sign in to comment.