diff --git a/Procfile b/Procfile index 673eb7a7..c16c6f23 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java $JAVA_OPTS -Dserver.http.port=$PORT -DresourceBase=json-path-web-test/build/resources/main/webapp/ -jar json-path-web-test/build/distributions/json-path-web-test-*.jar \ No newline at end of file +web: java $JAVA_OPTS -Dserver.http.port=$PORT -DresourceBase=json-path-web-test/build/resources/main/webapp/ -jar json-path-web-test/build/libs/json-path-web-test-*-all.jar \ No newline at end of file