Skip to content

Bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.7.0 to 1.7.1 in /9.0 #118

Bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.7.0 to 1.7.1 in /9.0

Bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.7.0 to 1.7.1 in /9.0 #118

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode verify