mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 00:09:31 +01:00
build.gradle: update protobuf-gradle-plugin to 0.8.18
This commit is contained in:
parent
7b935a0152
commit
6599d62e6a
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.8.11" : "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