Skip to content

Commit

Permalink
Experiment with Java 24-EA builds
Browse files Browse the repository at this point in the history
Get past ASM error by using a new JaCoCo SNAPSHOT version
  • Loading branch information
garydgregory committed Oct 10, 2024
1 parent e1016b7 commit 56ff548
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 @@ -355,6 +355,22 @@
</plugins>
</build>
</profile>
<profile>
<!-- Java 24 and up -->
<id>java-24-up</id>
<activation>
<jdk>[24,)</jdk>
</activation>
<properties>
<commons.jacoco.version>0.8.13-SNAPSHOT</commons.jacoco.version>
</properties>
<pluginRepositories>
<pluginRepository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<developers>
<developer>
Expand Down

0 comments on commit 56ff548

Please sign in to comment.