We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4735a75 commit 6f55fe5Copy full SHA for 6f55fe5
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Java Module Packaging Gradle Plugin - Changelog
2
3
+## Versions 1.0
4
+* Initial stable release
5
+
6
## Versions 0.1
7
* Initial features added
README.md
@@ -50,7 +50,7 @@ Add this to the build file of your convention plugin's build
50
51
```
52
dependencies {
53
- implementation("org.gradlex:java-module-packaging:0.1")
+ implementation("org.gradlex:java-module-packaging:1.0")
54
}
55
56
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
group = "org.gradlex"
-version = "0.1"
+version = "1.0"
8
9
java {
10
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments