Skip to content

Commit

Permalink
make sure plugin jar is ready when running from IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Radovan Panák committed Sep 17, 2020
1 parent 68ef064 commit 4d673ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin-tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ task gatherPlugins(type: Sync) {
destinationDir = file("$buildDir/testedPlugins")
}

classes.dependsOn gatherPlugins

task run(type: JavaExec) {
dependsOn gatherPlugins
classpath = sourceSets.main.runtimeClasspath
Expand Down

0 comments on commit 4d673ee

Please sign in to comment.