Skip to content

Commit d6ea5e4

Browse files
committed
fix: actions java version
1 parent 8671a59 commit d6ea5e4

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

.circleci/config.yml

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

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up JDK 11
1212
uses: actions/setup-java@v2
1313
with:
14-
java-version: '8'
14+
java-version: '11'
1515
distribution: 'adopt'
1616
- name: Build with Gradle
1717
run: ./gradlew build test

0 commit comments

Comments
 (0)