Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Fix building
Dieser Commit ist enthalten in:
Ursprung
548683d50a
Commit
3638f4bfb7
@ -22,12 +22,12 @@ buildscript {
|
|||||||
plugins {
|
plugins {
|
||||||
id "org.ajoberstar.grgit" version "3.1.1"
|
id "org.ajoberstar.grgit" version "3.1.1"
|
||||||
id "com.github.johnrengelman.shadow" version "5.1.0"
|
id "com.github.johnrengelman.shadow" version "5.1.0"
|
||||||
id 'com.gradle.build-scan' version '1.16'
|
id 'com.gradle.build-scan' version '2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
buildScan {
|
buildScan {
|
||||||
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
|
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
||||||
licenseAgree = 'yes'
|
termsOfServiceAgree = 'yes'
|
||||||
}
|
}
|
||||||
|
|
||||||
println """
|
println """
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren