Updating GHES workflows

This commit is contained in:
GitHub Actions
2021-04-05 15:31:49 +00:00
parent b35c8db5d7
commit e2eeba9fc2
7 changed files with 32 additions and 24 deletions
+4 -3
View File
@@ -16,9 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: '11'
distribution: 'adopt'
- name: Build with Ant
run: ant -noinput -buildfile build.xml