]> source.dussan.org Git - sonarqube.git/commitdiff
Update protobuf plugin
authorMalena Ebert <malena.ebert@sonarsource.com>
Mon, 2 Nov 2020 12:06:26 +0000 (13:06 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 15 Jan 2021 20:32:07 +0000 (20:32 +0000)
* partially supports Gradle configuration cache (requires Gradle 6.6+).

build.gradle

index 935248552a37c2ef552e63f220142d76c0693521..f7db9884c4caa4cb47748653abb64c34f336124e 100644 (file)
@@ -3,7 +3,7 @@ plugins {
   id 'com.github.ben-manes.versions' version '0.33.0'
   id 'com.github.hierynomus.license' version '0.15.0'
   id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
-  id 'com.google.protobuf' version '0.8.12' apply false
+  id 'com.google.protobuf' version '0.8.13' apply false
   id 'com.jfrog.artifactory' version '4.15.1'
   id 'com.github.node-gradle.node' version '1.5.3' apply false
   id 'io.spring.dependency-management' version '1.0.10.RELEASE'