Skip to content

Commit

Permalink
RDA-164 Upgraded lombok version to 1.18.20 from 1.18.16 to fix an iss…
Browse files Browse the repository at this point in the history
…ue regarding JDK 16

projectlombok/lombok#2681
  • Loading branch information
minhd committed May 4, 2021
1 parent a1b12a8 commit 7de547b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mycelium/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<version>1.18.20</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -82,6 +82,15 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7de547b

Please sign in to comment.