Skip to content

openjdk 17 - github #16

openjdk 17 - github

openjdk 17 - github #16

Workflow file for this run

# This workflow will build a Java project with Ant
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant
name: ant jenkins
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- run: ant -noinput clean jenkins