Skip to content

Update Openrewrite Version to 8.45.0 #91

Update Openrewrite Version to 8.45.0

Update Openrewrite Version to 8.45.0 #91

Workflow file for this run

name: PR
on:
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- nickname: macos
os: macos-latest
- nickname: linux
os: ubuntu-latest
- nickname: windows
os: windows-latest
name: CI Build ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17
cache: gradle
- run: ./gradlew build --no-daemon