feat: update upack.json

This commit is contained in:
zhanghelong 2022-11-23 15:10:13 +08:00
parent 04781c343c
commit 55efc00029
1 changed files with 2 additions and 11 deletions

View File

@ -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"
]
}