mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 11:56:07 +00:00
Fix building
This commit is contained in:
parent
548683d50a
commit
3638f4bfb7
@ -22,12 +22,12 @@ buildscript {
|
||||
plugins {
|
||||
id "org.ajoberstar.grgit" version "3.1.1"
|
||||
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 {
|
||||
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
|
||||
licenseAgree = 'yes'
|
||||
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
||||
termsOfServiceAgree = 'yes'
|
||||
}
|
||||
|
||||
println """
|
||||
|
Loading…
Reference in New Issue
Block a user