We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf69d79 commit 8d6656bCopy full SHA for 8d6656b
build.gradle
@@ -6,6 +6,8 @@ plugins {
6
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
7
}
8
9
+group "com.mx.path-core"
10
+description "MX Path Core"
11
version "6.0.2" // x-release-please-version
12
13
def platformProject = "platform"
@@ -22,8 +24,8 @@ def publishedProjects = [
22
24
]
23
25
26
subprojects {
- group "com.mx.path-core"
- description "MX Path Core"
27
+ group rootProject.group
28
+ description rootProject.description
29
version rootProject.version
30
31
if (it.name != platformProject) {
0 commit comments