gradle, README: Bump protobuf-gradle-plugin version to 0.8.14 (#7640)

This commit is contained in:
Chengyuan Zhang 2020-11-23 11:01:34 -08:00 committed by GitHub
parent 1ca8bda17f
commit e136d8bdeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -133,7 +133,7 @@ For protobuf-based codegen integrated with the Gradle build system, you can use
[protobuf-gradle-plugin][]:
```gradle
plugins {
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
}
protobuf {

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.13"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.14"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.13"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.14"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.13"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.14"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.13"
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.14"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -2,7 +2,7 @@ plugins {
// Provide convenience executables for trying out the examples.
id 'application'
// ASSUMES GRADLE 5.6 OR HIGHER. Use plugin version 0.8.10 with earlier gradle versions
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
}

View File

@ -2,7 +2,7 @@ plugins {
// Provide convenience executables for trying out the examples.
id 'application'
// ASSUMES GRADLE 5.6 OR HIGHER. Use plugin version 0.8.10 with earlier gradle versions
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
}

View File

@ -2,7 +2,7 @@ plugins {
// Provide convenience executables for trying out the examples.
id 'application'
// ASSUMES GRADLE 5.6 OR HIGHER. Use plugin version 0.8.10 with earlier gradle versions
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
}

View File

@ -2,7 +2,7 @@ plugins {
// Provide convenience executables for trying out the examples.
id 'application'
// ASSUMES GRADLE 5.6 OR HIGHER. Use plugin version 0.8.10 with earlier gradle versions
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
}

View File

@ -2,7 +2,7 @@ plugins {
// Provide convenience executables for trying out the examples.
id 'application'
// ASSUMES GRADLE 5.6 OR HIGHER. Use plugin version 0.8.10 with earlier gradle versions
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
}

View File

@ -1,7 +1,7 @@
plugins {
id 'application' // Provide convenience executables for trying out the examples.
// ASSUMES GRADLE 5.6 OR HIGHER. Use plugin version 0.8.10 with earlier gradle versions
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.8.14'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
id 'java'

View File

@ -5,7 +5,7 @@ pluginManagement {
id "com.github.johnrengelman.shadow" version "2.0.4"
id "com.github.kt3k.coveralls" version "2.0.1"
id "com.google.osdetector" version "1.4.0"
id "com.google.protobuf" version "0.8.13"
id "com.google.protobuf" version "0.8.14"
id "digital.wup.android-maven-publish" version "3.6.2"
id "me.champeau.gradle.japicmp" version "0.2.5"
id "me.champeau.gradle.jmh" version "0.5.0"