Skip to content

Commit

Permalink
update sonarqube plugin version to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iOrchid committed Nov 28, 2019
1 parent abf3c81 commit de711af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
//todo 如果出现编译gradle异常,请尝试settings--compiler 去掉--offline参数,clean,rebuild 甚至file--invalidate cache and restart,基本都ok,有的gradle可能需要科学上网
//sonar cloud 的配置,plugins似乎只能在buildScript之后配置
plugins {
id "org.sonarqube" version "2.7.1"
id "org.sonarqube" version "2.8"
}

allprojects {
Expand Down

0 comments on commit de711af

Please sign in to comment.