Skip to content

Commit 392cbaa

Browse files
committed
release: version 7.1.0
1 parent 694e129 commit 392cbaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ templates formatted as Java interfaces using [Spoon](https://github.com/INRIA/sp
55

66
## Usage
77
You can use `event-impl-gen` in your plugins to generate event implementations based on event interfaces. `event-impl-gen` is primarily tested on
8-
Gradle 6+, but should work on 5.6.4 and up.
8+
Gradle 8+, but should work on 5.6.4 and up.
99
To use it in your plugin, you need to apply it to your Gradle build script:
1010

1111
```gradle
1212
plugins {
13-
id("org.spongepowered.gradle.event-impl-gen") version "7.0.0"
13+
id("org.spongepowered.gradle.event-impl-gen") version "7.1.0"
1414
}
1515
1616
genEventImpl {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=event-impl-gen
2-
version=7.1.0-SNAPSHOT
2+
version=7.1.0
33
projectName=Event Implementation Generator
44
description=SpongeAPI code generation for events
55
url=https://www.spongepowered.org

0 commit comments

Comments
 (0)