Skip to content

Commit

Permalink
0.8.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Feb 10, 2021
1 parent 63271b7 commit 9934e7d
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.14``. It requires at least __Gradle 5.6__ and __Java 8__.
The latest version is ``0.8.15``. It requires at least __Gradle 5.6__ and __Java 8__.
It is available on Maven Central. To add dependency to it:
```gradle
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.15'
}
}
```
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.14"
id "com.google.protobuf" version "0.8.15"
id "java"
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'com.github.ben-manes.versions'

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

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

Expand Down

0 comments on commit 9934e7d

Please sign in to comment.