File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ templates formatted as Java interfaces using [Spoon](https://github.com/INRIA/sp
55
66## Usage
77You 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.
99To use it in your plugin, you need to apply it to your Gradle build script:
1010
1111``` gradle
1212plugins {
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
1616genEventImpl {
Original file line number Diff line number Diff line change 11name =event-impl-gen
2- version =7.1.0-SNAPSHOT
2+ version =7.1.0
33projectName =Event Implementation Generator
44description =SpongeAPI code generation for events
55url =https://www.spongepowered.org
You can’t perform that action at this time.
0 commit comments