Skip to content

Commit

Permalink
Diagnose build task and its dependencies not executing
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Dec 11, 2023
1 parent c86d0b7 commit 5778a49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
--stacktrace
--continue
--no-build-cache
--scan
build
:web:status-history:appengineStage
Expand Down
8 changes: 8 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pluginManagement {

plugins {
id("net.twisterrob.gradle.plugin.settings") version "0.16"
id("com.gradle.enterprise") version "3.16"
}

rootProject.name = "net-twisterrob-blt"
Expand Down Expand Up @@ -55,3 +56,10 @@ dependencyResolutionManagement {
includeBuild("libs") { build ->
apply from: new File(build.projectDir, "gradle/settings.substitutions.gradle"), to: build
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}

0 comments on commit 5778a49

Please sign in to comment.