mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 01:17:36 +00:00
enable build scanning
This will be removed once we are done with the commanding branch
This commit is contained in:
parent
1eec4884c8
commit
548683d50a
@ -22,6 +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'
|
||||||
|
}
|
||||||
|
|
||||||
|
buildScan {
|
||||||
|
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
|
||||||
|
licenseAgree = 'yes'
|
||||||
}
|
}
|
||||||
|
|
||||||
println """
|
println """
|
||||||
|
Loading…
Reference in New Issue
Block a user