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
applyPaperweightAdapterConfiguration()
plugins {
@ -19,6 +21,6 @@ configurations.all {
dependencies {
paperDevBundle("1.17.1-R0.1-20220414.034903-210")
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.17.1-R0.1-20220414.034903-210")
compileOnly("io.papermc:paperlib")
}