Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Upgradle to v8.1 and remove now-redundant warnings (#1001)
Dieser Commit ist enthalten in:
Ursprung
e364e2c7d1
Commit
1161482fce
@ -1,4 +1,3 @@
|
|||||||
@Suppress("DSL_SCOPE_VIOLATION") // fixed in Gradle 8.1
|
|
||||||
plugins {
|
plugins {
|
||||||
`kotlin-dsl`
|
`kotlin-dsl`
|
||||||
checkstyle
|
checkstyle
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
|
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer
|
||||||
|
|
||||||
@Suppress("DSL_SCOPE_VIOLATION") // fixed in Gradle 8.1
|
|
||||||
plugins {
|
plugins {
|
||||||
application
|
application
|
||||||
`set-manifest-impl-version`
|
`set-manifest-impl-version`
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren