We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51c81a commit 59f5273Copy full SHA for 59f5273
2 files changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
63
64
- name: Sonar
65
- run: mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
+ run: sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pom.xml
@@ -56,6 +56,8 @@
56
<maven.version>3.5.2</maven.version>
57
<powermock.version>2.0.9</powermock.version>
58
<jaxb.version>2.3.1</jaxb.version>
59
+ <sonar.organization>utplsql</sonar.organization>
60
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
61
</properties>
<dependencies>
0 commit comments