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.
1 parent 4ae88c2 commit d4dd606Copy full SHA for d4dd606
1 file changed
build.gradle.kts
@@ -12,8 +12,8 @@ repositories {
12
}
13
14
dependencies {
15
- compileOnly("org.projectlombok:lombok:1.18.36")
16
- annotationProcessor("org.projectlombok:lombok:1.18.36")
+ compileOnly("org.projectlombok:lombok:1.18.38")
+ annotationProcessor("org.projectlombok:lombok:1.18.38")
17
18
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.7")
19
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")
0 commit comments