File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 `java- library`
33 `maven- publish`
4- id(" com.gradle.plugin-publish" ) version " 1.3.1 "
4+ id(" com.gradle.plugin-publish" ) version " 2.0.0 "
55}
66
77group = " studio.o7"
@@ -12,8 +12,8 @@ repositories {
1212}
1313
1414dependencies {
15- compileOnly(" org.projectlombok:lombok:1.18.38 " )
16- annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
15+ compileOnly(" org.projectlombok:lombok:1.18.40 " )
16+ annotationProcessor(" org.projectlombok:lombok:1.18.40 " )
1717
1818 implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.1.0" )
1919 implementation(" net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4" )
@@ -28,7 +28,7 @@ dependencies {
2828 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.4" )
2929 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.4" )
3030
31- testImplementation(" org.assertj:assertj-core:3.27.3 " )
31+ testImplementation(" org.assertj:assertj-core:3.27.4 " )
3232 testImplementation(" org.cthing:assertj-gradle:3.0.0" )
3333}
3434
You can’t perform that action at this time.
0 commit comments