Skip to content

Bump com.github.gantsign.maven:ktlint-maven-plugin from 3.0.0 to 3.1.1 #1580

Bump com.github.gantsign.maven:ktlint-maven-plugin from 3.0.0 to 3.1.1

Bump com.github.gantsign.maven:ktlint-maven-plugin from 3.0.0 to 3.1.1 #1580

Workflow file for this run

name: Verify
on:
pull_request: {}
env:
JAVA_TOOL_OPTIONS: >-
-XX:TieredStopAtLevel=1
-XX:+UseParallelGC
-Dstyle.color=always
-Djansi.force=true
jobs:
build:
name: Maven build
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: temurin
- name: Build with Maven
run: .github/scripts/build.sh