Updated dependencies and copyright.

This commit is contained in:
Erik C. Thauvin 2020-03-17 14:57:22 -07:00
parent 1f7861e314
commit 68f42777af
48 changed files with 216 additions and 177 deletions

View file

@ -1 +1,17 @@
plugins {
id("com.gradle.enterprise").version("3.1.1")
}
gradleEnterprise {
buildScan {
link("GitHub", "https://github.com/ethauvin/semver-gradle/tree/master")
if ("true" == System.getenv("CI")) {
publishOnFailure()
tag("CI")
}
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
rootProject.name = "semver"