We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d95643 + 1fa58bf commit 3b77959Copy full SHA for 3b77959
build.gradle.kts
@@ -12,8 +12,8 @@ repositories {
12
}
13
14
dependencies {
15
- compileOnly("org.projectlombok:lombok:1.18.38")
16
- annotationProcessor("org.projectlombok:lombok:1.18.38")
+ compileOnly("org.projectlombok:lombok:1.18.40")
+ annotationProcessor("org.projectlombok:lombok:1.18.40")
17
18
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8")
19
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")
0 commit comments