Skip to content

Address missing configuration changes due to the Gradle bump #448

Address missing configuration changes due to the Gradle bump

Address missing configuration changes due to the Gradle bump #448

Workflow file for this run

name: Java CI
on:
push:
branches:
- 'main'
- 'main-test'
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
distribution: temurin
- name: Validate Gradle wrapper
uses: gradle/actions/[email protected]
- name: Set up Gradle
uses: gradle/actions/[email protected]
- name: Build with Gradle
run: ./gradlew build --no-configuration-cache --no-daemon --stacktrace --continue
- name: Publish build reports
if: always()
uses: actions/[email protected]
with:
name: build-reports
path: "**/build/reports"