diff options
author | Malena Ebert <malena.ebert@sonarsource.com> | 2020-11-02 13:06:26 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-15 20:32:07 +0000 |
commit | 54cd6f875d565bbe7e358f975872b00bb2281ce7 (patch) | |
tree | 8a345325fbc8469f34a61810ccf09bfbc6d83565 /build.gradle | |
parent | d92fed70389b5403b30c33f43498019afa6a1894 (diff) | |
download | sonarqube-54cd6f875d565bbe7e358f975872b00bb2281ce7.tar.gz sonarqube-54cd6f875d565bbe7e358f975872b00bb2281ce7.zip |
Update protobuf plugin
* partially supports Gradle configuration cache (requires Gradle 6.6+).
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 935248552a3..f7db9884c4c 100644 --- a/build.gradle +++ b/build.gradle @@ -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' |