Use dependsOn for dependencies on dist & ideaPlugin tasks
instead `shouldRunAfter`
This commit is contained in:
@@ -118,7 +118,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
projectTest {
|
||||
shouldRunAfter(":dist")
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
doFirst {
|
||||
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
|
||||
|
||||
Reference in New Issue
Block a user