diff --git a/Procfile b/Procfile index fcf2056f..673eb7a7 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-*-shadow.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/distributions/json-path-web-test-*.jar \ No newline at end of file