Dependencies update.

This commit is contained in:
Erik C. Thauvin 2021-07-30 01:14:06 -07:00
parent 5d90571843
commit d8930a9520
5 changed files with 37 additions and 12 deletions

View file

@ -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'