We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c52f85 commit 5b0d83eCopy full SHA for 5b0d83e
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- uses: actions/setup-java@v1
50
with:
51
- java-version: '11'
+ java-version: '17'
52
53
- uses: actions/cache@v1
54
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- run: ./gradlew check
23
- run: ./gradlew buildPlugin
0 commit comments