Update gradle to 8 (#2262)

* Update gradle to 8

* Update codeql.yml
This commit is contained in:
Alexander Brandes
2023-06-04 12:34:03 +02:00
committed by GitHub
parent 048dcaf327
commit c9a4a9c8b4
11 changed files with 31 additions and 14 deletions

View File

@ -1,3 +1,5 @@
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
plugins {
java
}
@ -9,6 +11,6 @@ repositories {
}
dependencies {
paperDevBundle("1.19.4-R0.1-20230423.020222-72")
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.19.4-R0.1-20230601.025018-99")
compileOnly("io.papermc:paperlib")
}