Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Oct 31, 2023
1 parent 2fe7337 commit b3ae281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build

```
dependencies {
implementation("org.gradlex:extra-java-module-info:1.4.2")
implementation("org.gradlex:extra-java-module-info:1.5")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "org.gradlex"
version = "1.4.2"
version = "1.5"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit b3ae281

Please sign in to comment.