Experiment with Java 24-EA builds
Get past ASM error by using a new JaCoCo SNAPSHOT version
This commit is contained in:
parent
e1016b7866
commit
56ff54825b
16
pom.xml
16
pom.xml
|
@ -355,6 +355,22 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</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>
|
</profiles>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|
Loading…
Reference in New Issue