Skip to content

Commit

Permalink
Build tests without forking the compiler (#9717)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 11, 2024
1 parent 66a7810 commit 78e132d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,14 +408,6 @@ THE SOFTWARE.
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<!-- Version specified in grandparent POM -->
<configuration>
<fork>true</fork>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 78e132d

Please sign in to comment.