Skip to content

Commit 42b7ee3

Browse files
committed
0.8.19 release
1 parent 2758817 commit 42b7ee3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ For more information about the Protobuf Compiler, please refer to
1717
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).
1818

1919
## Latest Version
20-
The latest version is ``0.8.18``. It requires at least __Gradle 5.6__ and __Java 8__.
20+
The latest version is ``0.8.19``. It requires at least __Gradle 5.6__ and __Java 8__.
2121
It is available on Maven Central. To add dependency to it:
2222
```gradle
2323
buildscript {
2424
repositories {
2525
gradlePluginPortal()
2626
}
2727
dependencies {
28-
classpath 'gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18'
28+
classpath 'gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.19'
2929
}
3030
}
3131
```
@@ -81,7 +81,7 @@ The order of the plugins doesn't matter:
8181

8282
```gradle
8383
plugins {
84-
id "com.google.protobuf" version "0.8.18"
84+
id "com.google.protobuf" version "0.8.19"
8585
id "java"
8686
}
8787
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
3535
apply plugin: 'com.github.ben-manes.versions'
3636

3737
group = 'com.google.protobuf'
38-
version = '0.8.19-SNAPSHOT'
38+
version = '0.8.19'
3939

4040
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
4141

0 commit comments

Comments
 (0)