Skip to content

Commit af8ee09

Browse files
authored
Update CI to use a shared build
1 parent f4d83f5 commit af8ee09

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/continuous-integration-build.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,4 @@ on:
1010

1111
jobs:
1212
build:
13-
name: Build Main Branch
14-
runs-on: ubuntu-latest
15-
16-
steps:
17-
- name: Checkout source code
18-
uses: actions/checkout@v3
19-
20-
- name: Set up JDK 17
21-
uses: actions/setup-java@v3
22-
with:
23-
java-version: '17'
24-
distribution: 'temurin'
25-
26-
- name: Build with Gradle
27-
run: ./gradlew build
13+
uses: spring-guides/getting-started-macros/.github/workflows/build_gradle.yml@main

0 commit comments

Comments
 (0)