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

@ -23,7 +23,7 @@ val properties = Properties().also { props ->
dependencies {
implementation(gradleApi())
implementation("org.ajoberstar.grgit:grgit-gradle:5.2.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.5.5")
}