File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ publishing {
97
97
getByName(" kotlinMultiplatform" , MavenPublication ::class ) {
98
98
groupId = " org.spekframework.spek2"
99
99
artifactId = " spek-dsl"
100
+ pom {
101
+ name.set(" Spek DSL" )
102
+ description.set(" Kotlin metadata module for spek-dsl" )
103
+ }
100
104
}
101
105
}
102
106
}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ kotlin {
78
78
implementation(Dependencies .kotlinCoroutinesCore)
79
79
}
80
80
}
81
-
81
+
82
82
jvm {
83
83
compilations[" main" ].defaultSourceSet {
84
84
dependencies {
@@ -132,6 +132,10 @@ publishing {
132
132
getByName(" kotlinMultiplatform" , MavenPublication ::class ) {
133
133
groupId = " org.spekframework.spek2"
134
134
artifactId = " spek-runtime"
135
+ pom {
136
+ name.set(" Spek Runtime" )
137
+ description.set(" Kotlin metadata module for spek-runtime" )
138
+ }
135
139
}
136
140
}
137
141
}
You can’t perform that action at this time.
0 commit comments