We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c68255 commit 703141bCopy full SHA for 703141b
.travis.yml
@@ -15,4 +15,4 @@ install: true
15
env:
16
- TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true NO_REFERENCE_TASK=true
17
script:
18
- - ./gradlew check checkAsciidocLinks --refresh-dependencies --no-daemon
+ - ./gradlew checkAsciidocLinks check --refresh-dependencies --no-daemon
build.gradle
@@ -274,7 +274,7 @@ subprojects { subproject ->
274
}
275
276
277
- task testAll(type: Test, dependsOn: ['check',":checkAsciidocLinks"])
+ task testAll(type: Test, dependsOn: [":checkAsciidocLinks",'check'])
278
279
gradle.taskGraph.whenReady { graph ->
280
if (graph.hasTask(testAll)) {
0 commit comments