Skip to content

chore: update dependencies & gradle / add usePathStyle option (#2) #3

chore: update dependencies & gradle / add usePathStyle option (#2)

chore: update dependencies & gradle / add usePathStyle option (#2) #3

Workflow file for this run

name: Publish to Gradle Plugin Portal
on:
push:
tags:
- '*'
jobs:
gradle:
runs-on: ubuntu-latest
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache
uses: gradle/[email protected]
- name: Validate
run: ./gradlew check validatePlugins --continue
- name: Integration Test
run: ./gradlew integrationTest
- name: Publish
run: ./gradlew publishPlugins