feat: update java web demo

This commit is contained in:
zhanghelong 2021-08-26 15:51:47 +08:00
parent acc1a494b6
commit 04781c343c
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"version": "v1alpha2", "version": "v1alpha2",
"description": "test java pack", "description": "test java pack",
"engines": { "engines": {
"build": "jdk8" "build": "jdk8",
"deploy": "jdk8"
}, },
"build_steps": [ "build_steps": [
"exec ./build.sh", "exec ./build.sh",