Browse Source

Update gradle.yml

pull/15/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
078df23985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/gradle.yml

4
.github/workflows/gradle.yml

@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Build with Gradle
env:
deployRepoUrl : ${{ secrets.deployRepoUrl }}

Loading…
Cancel
Save