Skip to content

Commit

Permalink
0.8.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jun 29, 2022
1 parent 2758817 commit 42b7ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ For more information about the Protobuf Compiler, please refer to
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).

## Latest Version
The latest version is ``0.8.18``. It requires at least __Gradle 5.6__ and __Java 8__.
The latest version is ``0.8.19``. It requires at least __Gradle 5.6__ and __Java 8__.
It is available on Maven Central. To add dependency to it:
```gradle
buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18'
classpath 'gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.19'
}
}
```
Expand Down Expand Up @@ -81,7 +81,7 @@ The order of the plugins doesn't matter:

```gradle
plugins {
id "com.google.protobuf" version "0.8.18"
id "com.google.protobuf" version "0.8.19"
id "java"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'com.github.ben-manes.versions'

group = 'com.google.protobuf'
version = '0.8.19-SNAPSHOT'
version = '0.8.19'

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

Expand Down

0 comments on commit 42b7ee3

Please sign in to comment.