Merge branch '5.6.x' into 5.7.x
Closes gh-11767
This commit is contained in:
@@ -39,6 +39,7 @@ class IncludeCheckRemotePlugin implements Plugin<Project> {
|
||||
it.dependsOn 'includeRepo'
|
||||
it.dir = includeRepoTask.get().outputDirectory
|
||||
it.tasks = extension.getTasks()
|
||||
it.startParameter.buildScan = extension.getBuildScan()
|
||||
extension.getInitScripts().forEach {script ->
|
||||
it.startParameter.addInitScript(new File(script))
|
||||
}
|
||||
@@ -75,6 +76,11 @@ class IncludeCheckRemotePlugin implements Plugin<Project> {
|
||||
*/
|
||||
Map<String, String> projectProperties = [:]
|
||||
|
||||
/**
|
||||
* Whether the Build Scan should be published
|
||||
*/
|
||||
boolean buildScan = false
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user