Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Updating build pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn committed Jan 7, 2024
1 parent 8ab0548 commit dd67623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Setup sonar-scanner
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Setup sonar-scanner
env:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.organization=jeff-winn
sonar.projectKey=nemesis-mod
sonar.projectKey=jeff-winn_nemesis-mod

# Metadata for the project
sonar.links.homepage=https://github.com/jeff-winn/nemesis-mod
Expand Down

0 comments on commit dd67623

Please sign in to comment.