Skip to content

chore(deps): update plugin com.diffplug.spotless to v7.0.2 #89

chore(deps): update plugin com.diffplug.spotless to v7.0.2

chore(deps): update plugin com.diffplug.spotless to v7.0.2 #89

Workflow file for this run

name: Publish
on:
push:
branches:
- master
workflow_dispatch: {}
concurrency:
# only run one publishing at a time to avoid conflicts in artifactory
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
artifacts:
uses: wetransform/gha-workflows/.github/workflows/gradle-library.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
with:
java-version: 17
build-tasks: clean check distZip buildDeb
publish-tasks: publish
upload-artifact-path: build/distributions
upload-artifact-name: distributions
secrets:
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}
docker:
uses: wetransform/gha-workflows/.github/workflows/gradle-service-publish.yml@ea94f03339afbdd8770e446d3f000c2d366a6fc1 # v3.4.1
with:
java-version: 17
image-tag: wetransform/hale-cli:latest # image to scan
# don't run tests since this is already done in artifacts
build-tasks: clean
publish-tasks: dockerPushImage
expect-tests: false
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
SLACK_NOTIFICATIONS_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}