Skip to content

👷 Added CI, changed groupId to fr.skytasul #1

👷 Added CI, changed groupId to fr.skytasul

👷 Added CI, changed groupId to fr.skytasul #1

Workflow file for this run

name: Maven Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: s4u/[email protected]
with:
servers: '[{"id": "central", "username": "${{ secrets.CENTRAL_USERNAME }}", "password": "${{ secrets.CENTRAL_PASSWORD }}"}]'
- name: Build with Maven
run: mvn -B package --file pom.xml