Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksZhelo committed May 28, 2020
1 parent 201c927 commit e6ada08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}

tasks.named('prepareSandbox') {
dependsOn gradle.includedBuild('EIMob').task(':jar')
}

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2020.1'
Expand Down

0 comments on commit e6ada08

Please sign in to comment.