Skip to content

Commit b3ae281

Browse files
committed
Version 1.5
1 parent 2fe7337 commit b3ae281

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
@@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build
4747

4848
```
4949
dependencies {
50-
implementation("org.gradlex:extra-java-module-info:1.4.2")
50+
implementation("org.gradlex:extra-java-module-info:1.5")
5151
}
5252
```
5353

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.4.2"
7+
version = "1.5"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)