Skip to content

Commit 2f0fe10

Browse files
committed
0.8.17 release
1 parent 5d0d5ad commit 2f0fe10

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.16``. It requires at least __Gradle 5.6__ and __Java 8__.
20+
The latest version is ``0.8.17``. 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
mavenCentral()
2626
}
2727
dependencies {
28-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.16'
28+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17'
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.16"
84+
id "com.google.protobuf" version "0.8.17"
8585
id "java"
8686
}
8787
```

build.gradle

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

2222
group = 'com.google.protobuf'
23-
version = '0.8.17-SNAPSHOT'
23+
version = '0.8.17'
2424

2525
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
2626

0 commit comments

Comments
 (0)