-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: [AEA-0000] - Fix sonar for java. Fix release tagging flow (#9)
## Summary - 🤖 Operational or Infrastructure Change ### Details This should fix java sonar scanning. Also adds an optional input that can disable sonar altogether: - If `run_sonar` is false, `SONAR_TOKEN_EXISTS` will be unset/false - If `run_sonar` is true, and the sonar token is set, then the analysis steps can run - If it's a Java project, the java one runs - If it's not a java project, the normal one runs Also adds a missing package that stopped the release tagging from working.
- Loading branch information
Showing
3 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters