We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a64e0 commit 25c4131Copy full SHA for 25c4131
.github/workflows/build.yaml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Set up JDK 8
+ - name: Set up JDK 11
15
uses: actions/setup-java@v3
16
with:
17
- java-version: 8
+ java-version: 11
18
distribution: corretto
19
cache: 'maven'
20
server-id: sagebionetworks
.github/workflows/main.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
call-build:
- if: github.event_name == 'push' && github.repository_owner == 'SageBionetworks'
+ if: github.event_name == 'push' && github.repository_owner == 'Sage-Bionetworks'
uses: ./.github/workflows/build.yaml
mvn_goal: deploy
0 commit comments