Skip to content

Set correct Maven coordinates for JitPack multi-module resolution. #5

Set correct Maven coordinates for JitPack multi-module resolution.

Set correct Maven coordinates for JitPack multi-module resolution. #5

Workflow file for this run

name: Kotlin
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: kotlin
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v4
- name: Build
run: ./gradlew build
- name: Test
run: ./gradlew test