diff options
author | MiniDigger | Martin <[email protected]> | 2024-12-15 22:39:52 +0100 |
---|---|---|
committer | MiniDigger | Martin <[email protected]> | 2024-12-15 22:39:52 +0100 |
commit | 8f1dcdd0b72f941644d5d7943028f1f3fa54fa7b (patch) | |
tree | ad58d815d7baf39fc6d243b6525b4cce4c2d4779 /build.gradle.kts | |
parent | acd43900f57fce8b894e2ae0639608776f42cebd (diff) | |
download | Paper-8f1dcdd0b72f941644d5d7943028f1f3fa54fa7b.tar.gz Paper-8f1dcdd0b72f941644d5d7943028f1f3fa54fa7b.zip |
update restamp, add back entity ATs, rebuild patches
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 2360d32e7a..33a763a905 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ import java.nio.file.Path import kotlin.random.Random plugins { - id("io.papermc.paperweight.core") version "2.0.0-beta.1" apply false + id("io.papermc.paperweight.core") version "2.0.0-beta.2" apply false } subprojects { |