Skip to content

Merge pull request #86 from irockel/renovate/actions-setup-java-6.x #182

Merge pull request #86 from irockel/renovate/actions-setup-java-6.x

Merge pull request #86 from irockel/renovate/actions-setup-java-6.x #182

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "*" ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'renovate.json'
- 'docs/**'
- 'tda-main-screen.png'
pull_request:
branches: [ "*" ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'renovate.json'
- 'docs/**'
- 'tda-main-screen.png'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Set up JDK 17
uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml