Skip to content

Commit 71e6178

Browse files
Merge branch 'main' into mixin
2 parents cc67bf6 + f332291 commit 71e6178

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'temurin'
2121
- uses: gradle/actions/setup-gradle@v6
2222
with:
23-
gradle-version: 9.4.1
23+
gradle-version: 9.5.0
2424
name: Set up Gradle
2525
- name: Add permission
2626
run: chmod +x ./gradlew

.github/workflows/release-to-cf-mr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: gradle/actions/setup-gradle@v6
2424
with:
25-
gradle-version: 9.4.1
25+
gradle-version: 9.5.0
2626
name: Set up Gradle
2727

2828
- name: Add permission
@@ -35,7 +35,7 @@ jobs:
3535
id: changes
3636
uses: simbo/changes-between-tags-action@v1
3737

38-
- uses: c@v3.3.0
38+
- uses: Kir-Antipov/mc-publish@v3.3.0
3939
with:
4040
# Only include this section if you wish to publish
4141
# your assets on Modrinth.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'temurin'
2020
- uses: gradle/actions/setup-gradle@v6
2121
with:
22-
gradle-version: 9.4.1
22+
gradle-version: 9.5.0
2323
name: Set up Gradle
2424
- name: Add permission
2525
run: chmod +x ./gradlew

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'maven-publish'
55
id 'com.gradleup.shadow' version '9.4.0'
66
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.4.1'
7-
id 'xyz.wagyourtail.unimined' version '1.4.16-kappa'
7+
id 'xyz.wagyourtail.unimined' version '1.4.17-kappa'
88
id 'net.kyori.blossom' version '2.2.0'
99
}
1010

gradle/scripts/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compileOnly "com.cleanroommc:sponge-mixin:0.20.12+mixin.0.8.7"
23+
compileOnly "com.cleanroommc:sponge-mixin:0.20.13+mixin.0.8.7"
2424
if (propertyBool('enable_lwjglx')) {
2525
compileOnly "com.cleanroommc:lwjglx:1.0.0"
2626
}

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-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)