Skip to content

Update dependency com.ensody.reactivestate:reactivestate-bom to v5.10.0 #302

Update dependency com.ensody.reactivestate:reactivestate-bom to v5.10.0

Update dependency com.ensody.reactivestate:reactivestate-bom to v5.10.0 #302

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ "master" ]
paths-ignore: [ '**.md' ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'zulu'
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build