Skip to content

Commit

Permalink
[CI]Update Jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Dec 4, 2023
1 parent d118340 commit aa374de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
uses: actions/checkout@v2
with:
path: RosTooling
- name: Install jdk 19
run: sudo apt install -y openjdk-19-jre
- name: Debug
run: |
uname -a
mvn --version
java --version
# - name: Build and test with Maven
# run: |
# pushd RosTooling
# mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml
- name: Build and test with Maven
run: |
pushd RosTooling
mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml

0 comments on commit aa374de

Please sign in to comment.