Skip to content

Commit

Permalink
Merge 0a0ad19 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
realm-ci authored Feb 27, 2017
2 parents f286641 + 0a0ad19 commit cedd379
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions realm/realm-library/build.gradle
Original file line number Diff line number Diff line change
@@ -500,10 +500,8 @@ task deployCore(group: 'build setup', description: 'Deploy the latest version of
}
}

project.afterEvaluate {
publishToMavenLocal.dependsOn assembleRelease
preBuild.dependsOn deployCore
}
publishToMavenLocal.dependsOn assemble
preBuild.dependsOn deployCore

if (project.hasProperty('dontCleanJniFiles')) {
project.afterEvaluate {

0 comments on commit cedd379

Please sign in to comment.