Skip to content

Commit a4a3bd1

Browse files
committed
Updated install instructions for 1.1.1
1 parent f385f86 commit a4a3bd1

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ buildscript {
5555
}
5656
}
5757
dependencies {
58-
classpath "gradle.plugin.org.javamodularity:moduleplugin:1.1.0"
58+
classpath "org.javamodularity:moduleplugin:1.1.1"
5959
}
6060
}
6161
@@ -346,9 +346,3 @@ Please open a Pull Request with your changes.
346346
Make sure to rebase before creating the PR so that the PR only contains your changes, this makes the review process much easier.
347347
Again, bonus points for providing tests for your changes.
348348

349-
Release notes
350-
===
351-
352-
1.1.0
353-
---
354-

test-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
}
77
dependencies {
8-
classpath "gradle.plugin.org.javamodularity:moduleplugin:1.+"
8+
classpath "org.javamodularity:moduleplugin:1.+"
99
}
1010
}
1111

0 commit comments

Comments
 (0)