Skip to content

Commit

Permalink
Version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Feb 15, 2025
1 parent 90a0d60 commit 74929ab
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 @@ -52,7 +52,7 @@ Add this to the build file of your convention plugin's build

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

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.10.1"
version = "1.11"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 74929ab

Please sign in to comment.