Browse Source

Fixed Heroku deploy.

pull/74/head
Kalle Stenflo 9 years ago
parent
commit
42538bb626
  1. 2
      build.gradle

2
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"
Loading…
Cancel
Save