We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 875186d + d4dd606 commit 26f58f3Copy full SHA for 26f58f3
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