Commit f58e4e58 authored by 郭燕飞's avatar 郭燕飞 💬

bugfix

parent 5335d081
description = "{artifactId}"
plugins {
id 'org.sonarqube' version '2.5'
}
apply plugin: "org.sonarqube"
sonarqube {
properties {
property "sonar.projectName", "{artifactId}"
property "sonar.projectKey", "{groupId}:{artifactId}"
property "sonar.sourceEncoding","utf-8"
property "sonar.host.url","http://sonar.dui88.com"
}
}
buildscript {
ext {
springBootVersion = "1.5.16.RELEASE"
......@@ -33,6 +18,19 @@ buildscript {
}
}
plugins {
id 'org.sonarqube' version '2.5'
}
apply plugin: "org.sonarqube"
sonarqube {
properties {
property "sonar.projectName", "{artifactId}"
property "sonar.projectKey", "{groupId}:{artifactId}"
property "sonar.sourceEncoding","utf-8"
property "sonar.host.url","http://sonar.dui88.com"
}
}
ext['hazelcast.version']='3.11'
apply plugin: "duiba.gradle.plugin"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment