We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa6ea7 commit 3f2e562Copy full SHA for 3f2e562
.github/workflows/build-test.yml
@@ -13,5 +13,6 @@ jobs:
13
uses: actions/setup-java@v2
14
with:
15
java-version: 11
16
+ distribution: adopt
17
- name: Build with Gradle
18
run: ./gradlew build test
.github/workflows/release.yml
run: ./gradlew publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
0 commit comments