Skip to content

fix(publishing): Gradle 8 shenaningans with task dependencies #59

fix(publishing): Gradle 8 shenaningans with task dependencies

fix(publishing): Gradle 8 shenaningans with task dependencies #59

Workflow file for this run

name: 'Early Access'
on:
push:
branches: [ master ]
jobs:
earlyaccess:
name: 'Early Access'
if: github.repository == 'kordamp/kordamp-gradle-plugins' && startsWith(github.event.head_commit.message, 'Releasing version') != true
uses: kordamp/kordamp-gradle-plugin-workflow/.github/workflows/early-access.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
secrets:
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}
gpg-secret-key: ${{ secrets.GPG_SECRET_KEY }}