updated circle ci for gradle

This commit is contained in:
ori agranat
2020-03-29 01:27:38 +03:00
parent 951aa1bdbd
commit 74ec0872df

View File

@@ -30,11 +30,11 @@ jobs:
- run: rm -rf src/main/resources/web/* - run: rm -rf src/main/resources/web/*
- run: cp -r /UI/dist/. src/main/resources/web/ - run: cp -r /UI/dist/. src/main/resources/web/
- run: mvn package - run: shadowjar
- store_artifacts: - store_artifacts:
path: target/ path: build/libs
- persist_to_workspace: - persist_to_workspace:
root: ./target root: ./build/libs
paths: paths:
- . - .