Skip to content

chore: Update to add namespaces to ReloadListenerRegistry calls (#1828) #2542

chore: Update to add namespaces to ReloadListenerRegistry calls (#1828)

chore: Update to add namespaces to ReloadListenerRegistry calls (#1828) #2542

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 21
distribution: temurin
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: clean build --stacktrace