Skip to content

Commit

Permalink
Update paper module to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Jan 28, 2025
1 parent f3e77e4 commit b1cae91
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/multiloader.common.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import gradle.kotlin.dsl.accessors._38abe6feebbbb2ba8fa777a7b88e8035.jar
import gradle.kotlin.dsl.accessors._38abe6feebbbb2ba8fa777a7b88e8035.java
import org.gradle.api.tasks.bundling.AbstractArchiveTask
import org.gradle.kotlin.dsl.withType

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shadow = "9.0.0-beta4"
spotless = "7.0.0.BETA4"
loom = "1.8-SNAPSHOT"
moddev = "2.0.73"
paperweight = "1.7.7"
paperweight = "2.0.0-beta.14"

# Mixins
mixin = "0.15.4+mixin.0.8.7"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
val javaVersion: Int = 21

dependencies {
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.4-R0.1-SNAPSHOT")
compileOnlyApi(libs.guava)

api(libs.kotlin.coroutines)
Expand Down

0 comments on commit b1cae91

Please sign in to comment.