Skip to content

Commit 158aa7e

Browse files
committed
Version 1.10
1 parent f5406d0 commit 158aa7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Add this to the build file of your convention plugin's build
5252

5353
```
5454
dependencies {
55-
implementation("org.gradlex:extra-java-module-info:1.9")
55+
implementation("org.gradlex:extra-java-module-info:1.10")
5656
}
5757
```
5858

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.gradlex"
7-
version = "1.9"
7+
version = "1.10"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)