mirror of https://github.com/apache/poi.git
latest sonarqube
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad6c0b60f3
commit
8de6ba7500
|
@ -27,10 +27,6 @@ buildscript {
|
||||||
maven { url 'https://plugins.gradle.org/m2/' }
|
maven { url 'https://plugins.gradle.org/m2/' }
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
|
||||||
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.4.0.2513'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
|
@ -42,6 +38,7 @@ plugins {
|
||||||
id 'de.thetaphi.forbiddenapis' version '3.4'
|
id 'de.thetaphi.forbiddenapis' version '3.4'
|
||||||
id 'com.github.jk1.dependency-license-report' version '2.0'
|
id 'com.github.jk1.dependency-license-report' version '2.0'
|
||||||
id 'org.cyclonedx.bom' version '1.7.2'
|
id 'org.cyclonedx.bom' version '1.7.2'
|
||||||
|
id 'org.sonarqube' version "3.4.0.2513"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in New Issue