Skip to content

Commit

Permalink
fix the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Oct 13, 2017
1 parent bf3e333 commit 5ea3ad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -103,8 +103,7 @@ task jar (type: Jar, overwrite: true) {
], "common")
}
}
jar.dependsOn compileVersion
jar.dependsOn buildInfo
jar.dependsOn processResources

task copyResourcesToClasses2 {
inputs.dir sourceSets.main.java.srcDirs
Expand Down

0 comments on commit 5ea3ad1

Please sign in to comment.