From af8ee09ef9a4a02d89758980132598088fb431b6 Mon Sep 17 00:00:00 2001 From: Robert McNees <86265089+robertmcnees@users.noreply.github.com> Date: Wed, 22 May 2024 14:31:01 -0400 Subject: [PATCH] Update CI to use a shared build --- .../workflows/continuous-integration-build.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/continuous-integration-build.yml b/.github/workflows/continuous-integration-build.yml index ec630b9..91761d8 100644 --- a/.github/workflows/continuous-integration-build.yml +++ b/.github/workflows/continuous-integration-build.yml @@ -10,18 +10,4 @@ on: jobs: build: - name: Build Main Branch - runs-on: ubuntu-latest - - steps: - - name: Checkout source code - uses: actions/checkout@v3 - - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - - - name: Build with Gradle - run: ./gradlew build + uses: spring-guides/getting-started-macros/.github/workflows/build_gradle.yml@main