Skip to content

Update TP 202312, tycho 4.0.1, maven 3.9.3 for github #22

Update TP 202312, tycho 4.0.1, maven 3.9.3 for github

Update TP 202312, tycho 4.0.1, maven 3.9.3 for github #22

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
maven-version: 3.9.3

Check failure on line 24 in .github/workflows/maven.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maven.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml