Skip to content

A demo project in Kotlin that integrates with JaCoCo and Sonar

Notifications You must be signed in to change notification settings

techatspree/kotlin-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Sonar

Create a Sonar server

$ docker run -d --name sonarqube -p 9000:9000 -p 9092:9092 sonarqube:lts

Install the Kotlin plugin

$ git clone https://github.com/arturbosch/sonar-kotlin
$ cd sonar-kotlin
$ mvn package
$ docker cp target/sonar-kotlin-<VERSION>.jar sonarqube:/opt/sonarqube/extensions/plugins
$ docker stop sonarqube
$ docker start sonarqube

Access Sonar via http://localhost:9000/

About

A demo project in Kotlin that integrates with JaCoCo and Sonar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published