update java compliance version to create the ROS feature with the current eclipse version #309
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ros-model CI | |
on: [push,pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install java environmetn | |
run: sudo apt-get install -y openjdk-19-jre | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
path: ros-model | |
- name: Build and test with Maven | |
run: | | |
pushd ros-model | |
mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml |