diff options
author | Jason Penilla <[email protected]> | 2024-12-20 12:43:02 -0800 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-12-20 12:43:17 -0800 |
commit | b0cef6818d3836e6330d9ba11815aebc69045515 (patch) | |
tree | 3b1f6717d235c91a8bc79bac14b16856a4b631d3 /build.gradle.kts | |
parent | 2213ce5bbccbb8a466c394eff31091a2cabe2f1b (diff) | |
download | Paper-b0cef6818d3836e6330d9ba11815aebc69045515.tar.gz Paper-b0cef6818d3836e6330d9ba11815aebc69045515.zip |
Update Gradle wrapper and paperweight
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 3ae1c411ae..23e8eafd5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ import java.nio.file.Path import kotlin.random.Random plugins { - id("io.papermc.paperweight.core") version "2.0.0-beta.6" apply false + id("io.papermc.paperweight.core") version "2.0.0-beta.7" apply false } subprojects { |