Skip to content

Bump jvm from 1.9.22 to 2.0.0 #141

Bump jvm from 1.9.22 to 2.0.0

Bump jvm from 1.9.22 to 2.0.0 #141

Workflow file for this run

name: Build
on: [ push, pull_request, workflow_dispatch ]
env:
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Execute Gradle `build` task
uses: gradle/gradle-build-action@v3
with:
arguments: build --scan
cache-read-only: |
${{ github.ref != 'refs/heads/main' &&
github.ref != 'refs/heads/dev' }}
gradle-home-cache-includes: |
caches
notifications
jdks
- name: Upload `build` report
if: always()
uses: actions/upload-artifact@v4
with:
name: BuildReport-${{ matrix.os }}
path: build/reports/