Updated dependencies and copyright.
This commit is contained in:
parent
dafbaaff0f
commit
aef7d1fa6a
39 changed files with 1091 additions and 780 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue