Updated dependencies and copyright.

This commit is contained in:
Erik C. Thauvin 2022-01-03 14:18:15 -08:00
parent dafbaaff0f
commit aef7d1fa6a
39 changed files with 1091 additions and 780 deletions

View file

@ -1,11 +1,12 @@
plugins {
id("com.gradle.enterprise").version("3.3.4")
id("com.gradle.enterprise").version("3.6.3")
}
gradleEnterprise {
buildScan {
link("GitHub", "https://github.com/ethauvin/semver-gradle/tree/master")
if ("true" == System.getenv("CI")) {
link("GitHub", "https://github.com/ethauvin/semver/tree/master")
if (!System.getenv("CI").isNullOrEmpty()) {
isUploadInBackground = false
publishOnFailure()
tag("CI")
}