Skip to content

Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 #149

Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0

Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 #149

Workflow file for this run

name: build
on:
push:
branches:
- '**'
paths-ignore:
- 'gradle.properties'
- 'LICENSE'
- 'README.md'
- 'docs/**'
tags-ignore:
- 'v*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: build & publish (sonatype)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGN_KEY: ${{ secrets.SIGN_KEY }}
SIGN_PWD: ${{ secrets.SIGN_PWD }}
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
run: ./gradlew build publishToSonatype -s
# -i -d