Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
bookshare-backend
Commits
fc450ab6
Commit
fc450ab6
authored
Jan 13, 2019
by
Khalid Ali
Browse files
Reconfigure SonarQube
parent
13fa5699
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
fc450ab6
...
...
@@ -7,6 +7,7 @@ buildscript {
}
dependencies
{
classpath
(
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
)
classpath
(
"org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7"
)
}
}
...
...
@@ -14,10 +15,6 @@ plugins {
id
"org.flywaydb.flyway"
version
"5.2.4"
}
plugins
{
id
"org.sonarqube"
version
"2.6"
}
apply
plugin:
'jacoco'
jacoco
{
...
...
@@ -31,6 +28,7 @@ flyway {
apply
plugin:
'java'
apply
plugin:
'eclipse'
apply
plugin:
"org.sonarqube"
apply
plugin:
'org.springframework.boot'
apply
plugin:
'io.spring.dependency-management'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment