Skip to content

Add build configs for deploying to maven central #8

Add build configs for deploying to maven central

Add build configs for deploying to maven central #8

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- uses: gradle/gradle-build-action@v2
- run: gradle wrapper
- run: ./gradlew test