Skip to content

Commit

Permalink
Update CI to use a shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmcnees authored May 22, 2024
1 parent f4d83f5 commit af8ee09
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/continuous-integration-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af8ee09

Please sign in to comment.