Skip to content

Commit

Permalink
upgrade to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindanr committed Apr 14, 2021
1 parent ec40fdd commit 3d521f5
Show file tree
Hide file tree
Showing 28 changed files with 3,093 additions and 38,704 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up Zulu JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: 'zulu'
java-version: '11'
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
name: Gradle Build and Publish
steps:
- uses: actions/checkout@v2
- name: Setup jdk 8
uses: actions/setup-java@v1
- name: Set up Zulu JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: 'zulu'
java-version: '11'
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down
Loading

0 comments on commit 3d521f5

Please sign in to comment.