Skip to content

Commit

Permalink
release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franzbecker committed Feb 11, 2020
1 parent 48116bf commit ae678be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
A Gradle plugin for project [Lombok](https://projectlombok.org) support.

# Usage
The plugin is included in the [central plugin repository](https://plugins.gradle.org/plugin/io.franzbecker.gradle-lombok/3.2.0).
The plugin is included in the [central plugin repository](https://plugins.gradle.org/plugin/io.franzbecker.gradle-lombok/3.3.0).

A minimal `build.gradle` looks like this:

plugins {
id 'io.franzbecker.gradle-lombok' version '3.2.0'
id 'io.franzbecker.gradle-lombok' version '3.3.0'
id 'java'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle-lombok-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.2.0
version=3.3.0

0 comments on commit ae678be

Please sign in to comment.