Skip to content

Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to… #614

Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to…

Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to… #614

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
- run: mvn --no-transfer-progress verify source:jar javadoc:jar
- run: mvn --no-transfer-progress deploy --settings=".github/workflows/settings.xml" -Dmaven.test.skip=true
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'square/javapoet' }}