Skip to content

Commit 6a2d1ba

Browse files
Merge remote-tracking branch 'origin/main'
2 parents ac53943 + d698122 commit 6a2d1ba

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
`java-library`
33
`maven-publish`
4-
id("com.gradle.plugin-publish") version "1.3.0"
4+
id("com.gradle.plugin-publish") version "1.3.1"
55
}
66

77
group = "studio.o7"
@@ -15,7 +15,7 @@ dependencies {
1515
compileOnly("org.projectlombok:lombok:1.18.36")
1616
annotationProcessor("org.projectlombok:lombok:1.18.36")
1717

18-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
18+
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")
2020
implementation("org.cthing.build-constants:org.cthing.build-constants.gradle.plugin:2.0.0")
2121

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)