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 3788947 commit 7ea6df1Copy full SHA for 7ea6df1
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-java@v4
17
with:
18
+ distribution: temurin
19
java-version: 17
20
- uses: gradle/actions/setup-gradle@v4
21
- run: ./gradlew :plugin:build
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
13
14
- run: |
echo "version=${GITHUB_REF##*/}" >> gradle.properties
@@ -25,6 +26,7 @@ jobs:
25
26
27
28
29
30
31
32
0 commit comments