Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.3 #190

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

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.3 #190

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 12, 13, 14, 15, 17, 19 ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v3
with:
name: plugin-jdk-${{ matrix.java }}
path: target/go-gchat-notifier-plugin.jar