Skip to content

Update com.github.maven-nar:nar-maven-plugin 3.6.0 -> 3.10.1 #10

Update com.github.maven-nar:nar-maven-plugin 3.6.0 -> 3.10.1

Update com.github.maven-nar:nar-maven-plugin 3.6.0 -> 3.10.1 #10

Workflow file for this run

name: ci
on:
push:
pull_request:
env:
MAVEN: ./mvnw
jobs:
maven-build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version:
- 17
- 21
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'maven'
- name: Maven build
run: |
$MAVEN clean install -B