Use dependsOn for dependencies on dist & ideaPlugin tasks
instead `shouldRunAfter`
This commit is contained in:
@@ -24,7 +24,6 @@ sourceSets {
|
||||
testsJar {}
|
||||
|
||||
projectTest {
|
||||
shouldRunAfter(":dist")
|
||||
dependsOn(":prepare:mock-runtime-for-test:dist")
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user