Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcc committed Nov 4, 2024
1 parent 1c4512b commit 74537e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
cache: maven

- name: Build EmbedControl
run: mvn -B install -Dgpg.skip=true --file embedControlJavaFx/pom.xml
run: mvn -B install -Dgpg.skip=true --file java/embedControlJavaFx/pom.xml

- name: Build EmbeddedUi
run: mvn -B install -Dgpg.skip=true --file embeddedJavaDeviceUI/pom.xml
run: mvn -B install -Dgpg.skip=true --file java/embeddedJavaDeviceUI/pom.xml

- name: Build Examples
run: mvn -B install -Dgpg.skip=true --file javaApiExamples/pom.xml
run: mvn -B install -Dgpg.skip=true --file java/javaApiExamples/pom.xml

- name: Build Websocket Example
run: mvn -B install -Dgpg.skip=true --file javaApiWebsocketServer/pom.xml
run: mvn -B install -Dgpg.skip=true --file java/javaApiWebsocketServer/pom.xml

0 comments on commit 74537e3

Please sign in to comment.