Skip to content

Commit 89ceb35

Browse files
committed
Fix deployment
1 parent 5de344b commit 89ceb35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle-scripts/execution-order.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ jacocoTestReport.mustRunAfter integrationTest
4545
build.mustRunAfter setLibraryVersion
4646
// Ensure benchmark results are only committed runs after the benchmarks are run
4747
benchmarkCommit.mustRunAfter benchmark
48+
49+
mkdocsBuild.mustRunAfter compileJava
50+
mkdocsBuild.mustRunAfter processResources
51+
mkdocsBuild.mustRunAfter javadoc

0 commit comments

Comments
 (0)