Moved Sonarqube to GitHub action.
This commit is contained in:
parent
7531521a04
commit
f4504190e3
5 changed files with 55 additions and 18 deletions
11
pom.xml
11
pom.xml
|
@ -35,6 +35,17 @@
|
|||
<system>GitHub</system>
|
||||
<url>https://github.com/ethauvin/bitly-shorten/issues</url>
|
||||
</issueManagement>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-bom</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue