Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #108

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #108

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Koral
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
- name: Build and install Koral
run: mvn --file pom.xml install