We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545463c commit d9f5d95Copy full SHA for d9f5d95
README.md
@@ -50,7 +50,7 @@ Add this to the build file of your convention plugin's build
50
51
```
52
dependencies {
53
- implementation("org.gradlex:java-module-packaging:1.0.1")
+ implementation("org.gradlex:java-module-packaging:1.1")
54
}
55
56
build.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
4
5
group = "org.gradlex"
6
-version = "1.0.1"
+version = "1.1"
7
8
java {
9
toolchain.languageVersion = JavaLanguageVersion.of(17)
0 commit comments