Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import xyz.wagyourtail.jvmdg.gradle.task.ShadeJar
// ClassVisitor tasks over the compiled :core/:platform/:api classes.
buildscript {
repositories { mavenCentral() }
dependencies { classpath("org.ow2.asm:asm:9.7") }
dependencies { classpath("org.ow2.asm:asm:9.10.1") }
}

plugins {
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# NOTE the floor's OLD groupId: com.destroystokyo.paper published paper-api through
# 1.16.5; io.papermc.paper starts only at 1.17. Compiling core against the 1.13 API
# (version-deltas §3.17) shrinks the 1.13–1.16 probe band to ~zero.
paper-floor = "1.13.2-R0.1-SNAPSHOT"
paper-floor = "1.16.5-R0.1-SNAPSHOT"
paper-folia = "1.20.4-R0.1-SNAPSHOT"
paper-modern = "1.20.6-R0.1-SNAPSHOT"

Expand All @@ -29,14 +29,14 @@ bstats = "3.2.1"
# compileOnly ONLY (soft-dep, never shaded): the typed FableExpansion subclass needs the
# abstract PlaceholderExpansion supertype at compile time; the class is FQN-loaded at
# runtime behind the PlaceholderAPI presence gate (me/clip is a verifyJdk8Api server ignore).
placeholderapi = "2.11.6"
annotations = "26.0.2"
placeholderapi = "2.12.3"
annotations = "26.1.0"
junit = "5.11.4"
jqwik = "1.9.2"
archunit = "1.3.0"
asm = "9.7"
jqwik = "1.10.1"
archunit = "1.4.2"
asm = "9.10.1"

shadow = "9.4.2"
shadow = "9.5.1"
run-paper = "3.0.2"
# JVMDowngrader — lowers the shaded Java-17 (v61) jar to a Multi-Release mega-jar
# whose base tree is class v52 (Java 8) with the original v61 kept under
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-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading