Reverse check/checkAsciidocLinks order
This commit is contained in:
committed by
Artem Bilan
parent
8c68255050
commit
703141b433
@@ -15,4 +15,4 @@ install: true
|
||||
env:
|
||||
- TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true NO_REFERENCE_TASK=true
|
||||
script:
|
||||
- ./gradlew check checkAsciidocLinks --refresh-dependencies --no-daemon
|
||||
- ./gradlew checkAsciidocLinks check --refresh-dependencies --no-daemon
|
||||
|
||||
@@ -274,7 +274,7 @@ subprojects { subproject ->
|
||||
}
|
||||
}
|
||||
|
||||
task testAll(type: Test, dependsOn: ['check',":checkAsciidocLinks"])
|
||||
task testAll(type: Test, dependsOn: [":checkAsciidocLinks",'check'])
|
||||
|
||||
gradle.taskGraph.whenReady { graph ->
|
||||
if (graph.hasTask(testAll)) {
|
||||
|
||||
Reference in New Issue
Block a user