diff --git a/upack.json b/upack.json index e0c2eed..e2a672f 100644 --- a/upack.json +++ b/upack.json @@ -1,18 +1,9 @@ { - "name": "test-java", - "version": "v1alpha2", - "description": "test java pack", "engines": { - "build": "jdk8", - "deploy": "jdk8" + "build": "jdk8" }, "build_steps": [ "exec ./build.sh", "exec ./clean.sh" - ], - "deploy_steps": [ - "exec ./deploy.sh" - ], - "main": "java -jar /app/app.jar", - "author": "test" + ] } \ No newline at end of file