Skip to content

Updated version to 1.0.0 #5

Updated version to 1.0.0

Updated version to 1.0.0 #5

Workflow file for this run

name: Java CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 21
uses: actions/[email protected]
with:
java-version: 21
distribution: corretto
- name: Build with Gradle
run: gradle distZip publish -Pmvnpub.user="${{ secrets.MAVENREPO_USER }}" -Pmvnpub.key="${{ secrets.MAVENREPO_TOKEN }}" --warning-mode all