actually fixed projectKey for sonar
This commit is contained in:
parent
bf382d01ad
commit
74337dcea4
|
@ -56,7 +56,7 @@ jobs:
|
||||||
args:
|
args:
|
||||||
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
|
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
|
||||||
# mandatory
|
# mandatory
|
||||||
'-Dsonar.projectKey=The Artificer'
|
-Dsonar.projectKey=The_Artificer
|
||||||
-Dsonar.organization=milligan.dev
|
-Dsonar.organization=milligan.dev
|
||||||
# Comma-separated paths to directories containing main source files.
|
# Comma-separated paths to directories containing main source files.
|
||||||
#-Dsonar.sources= # optional, default is project base directory
|
#-Dsonar.sources= # optional, default is project base directory
|
||||||
|
|
Loading…
Reference in New Issue