mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
updated circle ci for gradle
This commit is contained in:
@@ -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:
|
||||||
- .
|
- .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user