Skip to content

Commit cfbc903

Browse files
snjezargrunber
authored andcommitted
Enable lombok agent
Signed-off-by: Snjezana Peco <[email protected]>
1 parent 18d48fe commit cfbc903

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

org.eclipse.jdt.ls.tests/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<id>lombok</id>
3737
<activation>
3838
<property>
39-
<name>jdt.ls.lombok.enabled</name>
40-
<value>true</value>
39+
<name>jdt.ls.lombok.disabled</name>
40+
<value>!true</value>
4141
</property>
4242
</activation>
4343
<properties>
44-
<lombokArgs>-javaagent:${basedir}/lib/lombok-1.18.22.jar</lombokArgs>
44+
<lombokArgs>-javaagent:${basedir}/lib/lombok-1.18.24.jar</lombokArgs>
4545
</properties>
4646
<build>
4747
<plugins>
@@ -53,7 +53,7 @@
5353
<artifactItem>
5454
<groupId>org.projectlombok</groupId>
5555
<artifactId>lombok</artifactId>
56-
<version>1.18.22</version>
56+
<version>1.18.24</version>
5757
</artifactItem>
5858
</artifactItems>
5959
</configuration>

0 commit comments

Comments
 (0)