Skip to content
Snippets Groups Projects
Commit b529302d authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

fixed gradle task order

parent fbb8c044
No related branches found
No related tags found
No related merge requests found
...@@ -355,5 +355,6 @@ task release ...@@ -355,5 +355,6 @@ task release
tasks.cleanAfterDaily.dependsOn cleanNodeModules tasks.cleanAfterDaily.dependsOn cleanNodeModules
tasks.daily.finalizedBy cleanAfterDaily tasks.daily.finalizedBy cleanAfterDaily
tasks.daily.mustRunAfter clean
tasks.test.finalizedBy cleanTestResults tasks.test.finalizedBy cleanTestResults
tasks.vagrantUp.dependsOn vagrantPrepare tasks.vagrantUp.dependsOn vagrantPrepare
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment