We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0b381 commit e55a1d3Copy full SHA for e55a1d3
2 files changed
README.md
@@ -30,7 +30,7 @@ To get started add the following to your project's *build.gradle* file:
30
```groovy
31
plugins {
32
id 'java'
33
- id 'no.item.xp.codegen' version '2.4.0'
+ id 'no.item.xp.codegen' version '2.4.1'
34
}
35
36
jar {
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
10
11
group = "no.item.xp.plugin"
12
-version = "2.4.0"
+version = "2.4.1"
13
14
kotlin {
15
jvmToolchain(11)
0 commit comments