File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <img width =" 1024 " height =" 241 " alt =" remora " src =" https://github.com/user-attachments/assets/7a38185d-6ece-44c0-adf2-326a3e2f503b " />
12
23# Remora - o7studios Gradle helper plugin
34
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ repositories {
1212}
1313
1414dependencies {
15- compileOnly(" org.projectlombok:lombok:1.18.36 " )
16- annotationProcessor(" org.projectlombok:lombok:1.18.36 " )
15+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
16+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
1717
1818 implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.7" )
1919 implementation(" net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4" )
@@ -22,14 +22,14 @@ dependencies {
2222 compileOnly(gradleApi())
2323 testImplementation(gradleTestKit())
2424
25- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.1 " )
26- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
27- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.1 " )
25+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.2 " )
26+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.2 " )
27+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.13.2 " )
2828 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.1" )
29- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.12.1 " )
29+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.2 " )
3030
3131 testImplementation(" org.assertj:assertj-core:3.27.3" )
32- testImplementation(" org.cthing:assertj-gradle:1 .0.0" )
32+ testImplementation(" org.cthing:assertj-gradle:3 .0.0" )
3333}
3434
3535gradlePlugin {
You can’t perform that action at this time.
0 commit comments