Skip to content

Commit 47f1902

Browse files
committed
ci: trying to fix workflows
1 parent e2413ad commit 47f1902

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

Diff for: build.gradle

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
plugins {
22
id 'maven-publish'
3-
id 'fabric-loom' version '1.2-SNAPSHOT' apply false
4-
5-
// https://github.com/Juuxel/LoomQuiltflower
6-
id 'io.github.juuxel.loom-quiltflower' version '1.10.0' apply false
3+
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
74

85
// https://github.com/ReplayMod/preprocessor
96
// https://github.com/Fallen-Breath/preprocessor
10-
id 'com.replaymod.preprocess' version '20c7ec554a'
7+
id 'com.replaymod.preprocess' version 'ce1aeb2b'
118

129
// https://github.com/Fallen-Breath/yamlang
13-
id 'me.fallenbreath.yamlang' version '1.3.0' apply false
10+
id 'me.fallenbreath.yamlang' version '1.3.1'
1411
}
1512

1613
preprocess {

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Fabric Basic Properties
55
# https://fabricmc.net/develop
6-
loader_version=0.14.21
6+
loader_version=0.15.10
77

88
# Mod Properties
99
mod_id=auto_twerk

Diff for: gradle/wrapper/gradle-wrapper.properties

+1-1
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.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

Diff for: gradlew

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144144
case $MAX_FD in #(
145145
max*)
146146
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147-
# shellcheck disable=SC3045
147+
# shellcheck disable=SC2039,SC3045
148148
MAX_FD=$( ulimit -H -n ) ||
149149
warn "Could not query maximum file descriptor limit"
150150
esac
151151
case $MAX_FD in #(
152152
'' | soft) :;; #(
153153
*)
154154
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155-
# shellcheck disable=SC3045
155+
# shellcheck disable=SC2039,SC3045
156156
ulimit -n "$MAX_FD" ||
157157
warn "Could not set maximum file descriptor limit to $MAX_FD"
158158
esac

0 commit comments

Comments
 (0)