Update paperweight to 2.0.0-beta.8 and remove deprecated VM arg from runs

This commit is contained in:
Jason Penilla
2024-12-21 13:51:42 -08:00
parent 3bfdf6a07a
commit 54debf494f
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import java.nio.file.Path
import kotlin.random.Random
plugins {
id("io.papermc.paperweight.core") version "2.0.0-beta.7" apply false
id("io.papermc.paperweight.core") version "2.0.0-beta.8" apply false
}
subprojects {