Skip to content

Commit

Permalink
Attempt to add build scans to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
scroix committed Apr 20, 2024
1 parent 32b5eb8 commit 793cc92
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
include 'nodel-framework',
plugins {
id("com.gradle.enterprise") version("3.16.2")
}

gradleEnterprise {
if (System.getenv("CI") != null) {
buildScan {
publishAlways()
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
}

include 'nodel-framework',
'nodel-webui-js',
'nodel-jyhost'

0 comments on commit 793cc92

Please sign in to comment.