Update Gradle wrapper

This commit is contained in:
Nassim Jahnke 2023-03-01 14:59:26 +01:00
parent 7349781927
commit 708d6bed52
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
4 changed files with 4 additions and 4 deletions

View File

@ -8,5 +8,5 @@ repositories {
dependencies {
// version must be manually kept in sync with the one in root project settings.gradle.kts
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "8.0.0")
implementation("com.github.johnrengelman", "shadow", "8.1.0")
}

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -16,7 +16,7 @@ dependencyResolutionManagement {
pluginManagement {
plugins {
id("net.kyori.blossom") version "1.2.0"
id("com.github.johnrengelman.shadow") version "8.0.0"
id("com.github.johnrengelman.shadow") version "8.1.0"
}
}

View File

@ -35,7 +35,7 @@
},
{
"id": "viaversion",
"version": "[4.2.0,)"
"version": "[4.6.0,)"
}
]
},