Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit c6fc32f

Browse files
renovate[bot]renovate-botrajadileepkolli
authored
Update actions/setup-java action to v2 (#43)
* Update actions/setup-java action to v2 * adds OOTB cache Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Raja Dilip Kolli <rajadileepkolli@users.noreply.github.com>
1 parent b2eb1eb commit c6fc32f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v2.3.1
2121
with:
2222
java-version: 11
23+
distribution: 'adopt'
24+
cache: 'gradle'
2325
- name: Grant execute permission for gradlew
2426
run: chmod +x gradlew
2527
- name: Build with Gradle

0 commit comments

Comments
 (0)