Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 #151

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 #151

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dgpg.skip