浏览代码

Update to Sonarqube 2.1-rc1

Issue gh-4052
Rob Winch 9 年之前
父节点
当前提交
81ebdecd8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -14,7 +14,7 @@ buildscript {
 }
 
 plugins {
-	id "org.sonarqube" version "1.2"
+	id "org.sonarqube" version "2.1-rc1"
 }
 
 apply plugin: 'base'