diff --git a/build.gradle b/build.gradle index f8127f61..92fe03c3 100644 --- a/build.gradle +++ b/build.gradle @@ -74,5 +74,5 @@ task wrapper(type: Wrapper) { } //Task used by Heroku for staging -task stage(dependsOn: [':json-path-web-test:clean', 'json-path-web-test:shadowJar']) {} +task stage(dependsOn: [':json-path-web-test:clean', 'json-path-web-test:jar', 'json-path-web-test:shadowJar']) {} apply from: "$rootDir/gradle/binaryCompatibility.gradle" \ No newline at end of file