Skip to content

Commit c52dfcf

Browse files
authored
Use edge Lombok for JDK24 support (#796)
Use edge version of Lombok to avoid JDK 24 failures until projectlombok/lombok#3847 (comment) is released as GA.
1 parent e00d6be commit c52dfcf

File tree

1 file changed

+8
-1
lines changed
  • java-compiler-testing/src/it/lombok

1 file changed

+8
-1
lines changed

java-compiler-testing/src/it/lombok/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,15 @@
3030
<name>JCT acceptance tests for Lombok</name>
3131
<description>Acceptance tests for Lombok.</description>
3232

33+
<repositories>
34+
<repository>
35+
<id>projectlombok.org</id>
36+
<url>https://projectlombok.org/edge-releases</url>
37+
</repository>
38+
</repositories>
39+
3340
<properties>
34-
<lombok.version>1.18.36</lombok.version>
41+
<lombok.version>edge-SNAPSHOT</lombok.version>
3542
</properties>
3643

3744
<dependencies>

0 commit comments

Comments
 (0)