3
0
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:
Alexander Städing 2023-04-19 23:43:25 +02:00 committet von GitHub
Ursprung e364e2c7d1
Commit 1161482fce
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
3 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION") // fixed in Gradle 8.1
plugins { plugins {
`kotlin-dsl` `kotlin-dsl`
checkstyle checkstyle

Datei anzeigen

@ -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

Datei anzeigen

@ -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`