We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f385f86 commit a4a3bd1Copy full SHA for a4a3bd1
2 files changed
README.md
@@ -55,7 +55,7 @@ buildscript {
55
}
56
57
dependencies {
58
- classpath "gradle.plugin.org.javamodularity:moduleplugin:1.1.0"
+ classpath "org.javamodularity:moduleplugin:1.1.1"
59
60
61
@@ -346,9 +346,3 @@ Please open a Pull Request with your changes.
346
Make sure to rebase before creating the PR so that the PR only contains your changes, this makes the review process much easier.
347
Again, bonus points for providing tests for your changes.
348
349
-Release notes
350
-===
351
-
352
-1.1.0
353
----
354
test-project/build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
6
7
8
- classpath "gradle.plugin.org.javamodularity:moduleplugin:1.+"
+ classpath "org.javamodularity:moduleplugin:1.+"
9
10
11
0 commit comments