Skip to content

Commit

Permalink
MinecraftForge maven has a corrupted build of lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Apr 28, 2024
1 parent fb3371b commit cf17eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(project.enable_lombok.toBoolean()) {
apply plugin: 'io.freefair.lombok'
lombok {
// the version of the lombok plugin we use would use 1.18.16 by default
version = '1.18.30'
version = '1.18.32'
}
}

Expand Down

0 comments on commit cf17eb5

Please sign in to comment.