Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Build and check plugin
uses: christopherfrieler/gradle-wrapper-action@v0.7.0
uses: christopherfrieler/gradle-wrapper-action@v0.7.1
with:
arguments: |
check build kotlinSourcesJar dokkaJavadocJar generatePomFileForPluginMavenPublication
Expand All @@ -30,7 +30,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Deploy to mavencentral
uses: christopherfrieler/gradle-wrapper-action@v0.7.0
uses: christopherfrieler/gradle-wrapper-action@v0.7.1
env:
ORG_GRADLE_PROJECT_signAllPublications: true
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
Expand Down