Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Remove redundant suppress in buildscript
Dieser Commit ist enthalten in:
Ursprung
0aff18f865
Commit
24ed83dcad
@ -1,4 +1,3 @@
|
|||||||
@Suppress("DSL_SCOPE_VIOLATION") // fixed in Gradle 8.1
|
|
||||||
plugins {
|
plugins {
|
||||||
`kotlin-dsl`
|
`kotlin-dsl`
|
||||||
alias(libs.plugins.spotless)
|
alias(libs.plugins.spotless)
|
||||||
@ -8,7 +7,6 @@ dependencies {
|
|||||||
// this is OK as long as the same version catalog is used in the main build and build-logic
|
// this is OK as long as the same version catalog is used in the main build and build-logic
|
||||||
// see https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
|
// see https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
|
||||||
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||||
|
|
||||||
implementation("com.diffplug.spotless:spotless-plugin-gradle:${libs.plugins.spotless.get().version}")
|
implementation("com.diffplug.spotless:spotless-plugin-gradle:${libs.plugins.spotless.get().version}")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren