Skip to content

Bump com.github.lernejo:korekto-toolkit from 1.4.2 to 1.4.3 #96

Bump com.github.lernejo:korekto-toolkit from 1.4.2 to 1.4.3

Bump com.github.lernejo:korekto-toolkit from 1.4.2 to 1.4.3 #96

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build using Java 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '15'
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- run: ./mvnw -U compile