mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-11 01:36:57 +01:00
build.gradle: revert "update protobuf-gradle-plugin to 0.9.1"
This reverts commit 3c2d199ac6
.
It isn't compatible with our Gradle 7.x-based CI builds.
This commit is contained in:
parent
3c2d199ac6
commit
db9dd488a2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
}
|
||||
// If using Gradle 7, use the compatible protobuf plugin, else use the one that works with oldest supported Gradle
|
||||
boolean isGradle7 = GradleVersion.current().compareTo(GradleVersion.version("7.0")) >= 0
|
||||
def gradleProtobufVersion = isGradle7 ? "0.9.1" : "0.8.10"
|
||||
def gradleProtobufVersion = isGradle7 ? "0.8.18" : "0.8.10"
|
||||
if (isGradle7) {
|
||||
System.err.println "Warning: Using com.google.protobuf:protobuf-gradle-plugin:${gradleProtobufVersion} because ${GradleVersion.current()}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue