We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8173b commit ecc816dCopy full SHA for ecc816d
README.md
@@ -48,7 +48,7 @@ The following guide provides the steps for an out-of-the-box setup for the Human
48
49
+ War creation with a gradle task.
50
51
- ./gradlew clean war -Dgrails.env=[stage, gcp, production]>
+ ./gradlew clean war -Dgrails.env=[test, gcp, production]>
52
53
Will output a war to ./build/libs/
54
client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hpo-web",
3
- "version": "1.8.7",
+ "version": "1.8.8",
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
0 commit comments