Skip to content

Fix maven-publish

Fix maven-publish #16

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
run: |
./gradlew build