We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c680343 + e254a42 commit 8a7ef42Copy full SHA for 8a7ef42
.github/workflows/CI-Pipeline.yml
@@ -7,19 +7,7 @@ on:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v4
13
- - name: Set up JDK 17
14
- uses: actions/setup-java@v4
15
- with:
16
- java-version: '17'
17
- distribution: 'temurin'
18
- - name: Setup Gradle
19
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
20
- - name: Run a multi-line script
21
- run: |
22
- chmod +x ./gradlew && ./gradlew build
+ uses: JonasXPX/devops/.github/workflows/reusable-java-build.yml@main
23
deploy:
24
name: 'Deploy'
25
runs-on: ubuntu-latest
0 commit comments