Browse Source

Update to Sonarqube 2.1-rc1

Issue gh-4052
Rob Winch 9 năm trước cách đây
mục cha
commit
81ebdecd8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'