Skip to content

chore(deps): update plugin org.jmailen.kotlinter to v4.5.0 #342

chore(deps): update plugin org.jmailen.kotlinter to v4.5.0

chore(deps): update plugin org.jmailen.kotlinter to v4.5.0 #342

Workflow file for this run

name: Java CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '11' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Test with Gradle
run: ./gradlew test -i