Skip to content

Commit 3f28b0f

Browse files
committed
0.8.18 release
1 parent b92296a commit 3f28b0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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.17``. It requires at least __Gradle 5.6__ and __Java 8__.
20+
The latest version is ``0.8.18``. 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.17'
28+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
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.17"
84+
id "com.google.protobuf" version "0.8.18"
8585
id "java"
8686
}
8787
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ apply plugin: 'com.gradle.plugin-publish'
3434
apply plugin: 'com.github.ben-manes.versions'
3535

3636
group = 'com.google.protobuf'
37-
version = '0.8.18-SNAPSHOT'
37+
version = '0.8.18'
3838

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

0 commit comments

Comments
 (0)