Skip to content

Commit 69610a9

Browse files
committed
Update some dependencies
1 parent 5144e48 commit 69610a9

5 files changed

Lines changed: 27 additions & 28 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
2-
id("fabric-loom") version "1.3.+"
3-
id("io.github.juuxel.loom-quiltflower") version "1.8.0"
2+
id("fabric-loom") version "1.9.+"
43
`maven-publish`
54
}
65

@@ -14,18 +13,14 @@ val api by sourceSets.registering {
1413
compileClasspath += sourceSets.main.get().compileClasspath
1514
}
1615

17-
repositories {
18-
maven("https://maven.lenni0451.net/releases")
19-
}
20-
2116
dependencies {
2217
// To change the versions see the gradle.properties file
2318
minecraft("com.mojang:minecraft:${project.extra["minecraft_version"]}")
2419
mappings("net.fabricmc:yarn:${project.extra["yarn_mappings"]}:v2")
2520
modImplementation("net.fabricmc:fabric-loader:${project.extra["loader_version"]}")
2621

27-
include(implementation("net.lenni0451:Reflect:1.0.2")!!)
28-
include(implementation("com.formdev:flatlaf:3.0")!!)
22+
include(implementation("net.lenni0451:Reflect:1.4.0")!!)
23+
include(implementation("com.formdev:flatlaf:3.5.4")!!)
2924
}
3025

3126
tasks.jar {

gradle/wrapper/gradle-wrapper.jar

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

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)