mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Wire new init-script into action
- Copy init-script to Gradle User Home - Rename init-scripts for consistency and clarity
This commit is contained in:
parent
33c9bfac14
commit
05acc776e8
9 changed files with 10 additions and 9 deletions
|
@ -82,7 +82,7 @@ def captureUsingBuildFinished(gradle, invocationId) {
|
|||
|
||||
def captureUsingBuildService(settings, invocationId) {
|
||||
gradle.ext.invocationId = invocationId
|
||||
apply from: 'build-result-capture-service.plugin.groovy'
|
||||
apply from: 'gradle-build-action.build-result-capture-service.plugin.groovy'
|
||||
}
|
||||
|
||||
class BuildResults {
|
|
@ -31,7 +31,7 @@ if (isTopLevelBuild) {
|
|||
println "Generating dependency graph into '${reportFile}'"
|
||||
}
|
||||
|
||||
apply from: 'github-dependency-graph-gradle-plugin-apply.groovy'
|
||||
apply from: 'gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy'
|
||||
|
||||
/**
|
||||
* Using the supplied jobCorrelator value:
|
Loading…
Add table
Add a link
Reference in a new issue