Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed Jun 13, 2021
1 parent 295b5cc commit a35098a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
- name: Set up JDK 1.16
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.16

# Build with gradle
- name: Grant execute permission for gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
#Checkout
- uses: actions/checkout@v2

#Setup Java 11
- name: Set up Java 11
#Setup Java 16
- name: Set up Java 16
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.16

#Apply permissions for Gradle, so that ./gradlew can run
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit a35098a

Please sign in to comment.