Dependencies update.
This commit is contained in:
parent
5d90571843
commit
d8930a9520
5 changed files with 37 additions and 12 deletions
|
@ -1 +1,18 @@
|
|||
plugins {
|
||||
id "com.gradle.enterprise" version "3.6.3"
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
link("GitHub", "https://github.com/ethauvin/pinboard-poster/tree/master")
|
||||
if (System.getenv("CI")) {
|
||||
uploadInBackground = false
|
||||
publishOnFailure()
|
||||
tag "CI"
|
||||
}
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'mobibot'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue