Skip to content

Commit

Permalink
[misc] adding benchmark parsec
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 15, 2024
1 parent 04170a1 commit 99a4649
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,22 @@
<multiReleaseOutput>true</multiReleaseOutput>
</configuration>
</execution>
<execution>
<id>compile-java-15</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>15</release>
<source>15</source>
<target>15</target>
<compileSourceRoots>
<compileSourceRoot>${project.basedir}/src/main/java15</compileSourceRoot>
</compileSourceRoots>
<multiReleaseOutput>true</multiReleaseOutput>
</configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 99a4649

Please sign in to comment.