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 7e11cc2 commit bb3325dCopy full SHA for bb3325d
.github/workflows/publish.yml
@@ -30,10 +30,13 @@ jobs:
30
with:
31
java-version: '17'
32
distribution: 'temurin'
33
- - run: ./gradlew build publishPlugins --no-daemon
+ - name: Set up Gradle
34
+ uses: gradle/actions/setup-gradle@v4
35
+ - name: Build Project
36
env:
37
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
38
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
39
+ run: ./gradlew build publishPlugins --no-daemon
40
- name: Upload test reports
41
uses: actions/upload-artifact@v4
42
if: always()
0 commit comments