Browse Source

NO-JIRA using Scanner Gradle 4 to scan SonarQube

tags/10.0.0.68432
Lukasz Jarocki 1 year ago
parent
commit
b9c74fb0fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -12,7 +12,7 @@ plugins {
id "de.undercouch.download" version "5.3.0" apply false
id 'io.spring.dependency-management' version '1.1.0'
id "org.cyclonedx.bom" version "1.7.3" apply false
id 'org.sonarqube' version '3.5.0.2730'
id 'org.sonarqube' version '4.0.0.2929'
}

if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {

Loading…
Cancel
Save