Skip to content

Commit 4752b5d

Browse files
committed
0.9 release
1 parent 6c645c3 commit 4752b5d

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
@@ -13,7 +13,7 @@ If you do that, you can give it a proper _module name_ and Gradle can pick it up
1313
```
1414
plugins {
1515
id("java-library")
16-
id("de.jjohannes.extra-java-module-info") version "0.8"
16+
id("de.jjohannes.extra-java-module-info") version "0.9"
1717
}
1818
1919
// add module information for all direct and transitive dependencies that are not modules

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
group = "de.jjohannes.gradle"
30-
version = "0.8"
30+
version = "0.9"
3131

3232
tasks.withType<JavaCompile> {
3333
options.compilerArgs.addAll(listOf("--release", "9"))

0 commit comments

Comments
 (0)