Skip to content

Try get the build going again w/ Tycho 3, Groovy 4 #71

Try get the build going again w/ Tycho 3, Groovy 4

Try get the build going again w/ Tycho 3, Groovy 4 #71

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: maven
- run: ./gradlew downloadDependencies
- run: mvn verify