Skip to content

Commit 25c4131

Browse files
committed
JDK11 per review + fix repo_owner
1 parent f4a64e0 commit 25c4131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Set up JDK 8
14+
- name: Set up JDK 11
1515
uses: actions/setup-java@v3
1616
with:
17-
java-version: 8
17+
java-version: 11
1818
distribution: corretto
1919
cache: 'maven'
2020
server-id: sagebionetworks

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-build:
11-
if: github.event_name == 'push' && github.repository_owner == 'SageBionetworks'
11+
if: github.event_name == 'push' && github.repository_owner == 'Sage-Bionetworks'
1212
uses: ./.github/workflows/build.yaml
1313
with:
1414
mvn_goal: deploy

0 commit comments

Comments
 (0)