File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Configure `nmcp` in your root project using the quick way:
22
22
``` kotlin
23
23
// root/build.gradle[.kts]
24
24
plugins {
25
- id(" com.gradleup.nmcp.aggregation" ).version(" 1.0.3 " )
25
+ id(" com.gradleup.nmcp.aggregation" ).version(" 1.1.0 " )
26
26
}
27
27
28
28
nmcpAggregation {
@@ -64,7 +64,7 @@ You can be 100% compatible by adding the plugin to each module you want to publi
64
64
``` kotlin
65
65
// root/module/build.gradle.kts
66
66
plugins {
67
- id(" com.gradleup.nmcp" ).version(" 1.0.3 " )
67
+ id(" com.gradleup.nmcp" ).version(" 1.1.0 " )
68
68
}
69
69
```
70
70
@@ -73,7 +73,7 @@ And then list all modules in your root project:
73
73
``` kotlin
74
74
// root/build.gradle.kts
75
75
plugins {
76
- id(" com.gradleup.nmcp.aggregation" ).version(" 1.0.3 " )
76
+ id(" com.gradleup.nmcp.aggregation" ).version(" 1.1.0 " )
77
77
}
78
78
79
79
nmcpAggregation {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kdoc.olderVersions=
5
5
kdoc.artifactId =kdoc
6
6
7
7
pom.groupId =com.gradleup.nmcp
8
- pom.version =1.1.0 -SNAPSHOT
8
+ pom.version =1.1.1 -SNAPSHOT
9
9
pom.description =New Maven Central Publishing
10
10
pom.vcsUrl =https://github.com/gradleup/nmcp
11
11
pom.developer =nmcp authors
You can’t perform that action at this time.
0 commit comments