From: Simon Brandhof Date: Thu, 5 Mar 2020 08:25:07 +0000 (+0100) Subject: SONAR-13155 upgrade protobuf compiler gradle plugin X-Git-Tag: 8.3.0.34182~114 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=65da39c73ead5632fe860ae0c6a3a317baf85372;p=sonarqube.git SONAR-13155 upgrade protobuf compiler gradle plugin No breaking changes. It prepares future upgrade to Gradle 6: https://github.com/google/protobuf-gradle-plugin/releases/tag/v0.8.11 --- diff --git a/build.gradle b/build.gradle index 12e2e11661c..bd02aaf8164 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { // Ordered alphabeticly to avoid duplication classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0' classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0' - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.12' classpath 'com.moowork.gradle:gradle-node-plugin:1.3.1' classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.14.0' classpath 'io.spring.gradle:dependency-management-plugin:1.0.9.RELEASE'