File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ publishing {
179
179
}
180
180
}
181
181
repositories {
182
- if (project.hasProperty(" publishToCentral " )) {
182
+ if (! project.hasProperty(" publishToSpace " )) {
183
183
maven {
184
184
name = " nexus"
185
185
val releasesRepoUrl = " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
@@ -248,14 +248,32 @@ tasks {
248
248
outputFormat = " html"
249
249
250
250
multiplatform {
251
- val js by creating {}
252
- val jvm by creating {}
251
+ val js by creating {
252
+ sourceLink {
253
+ path = " /src"
254
+ url = " https://github.com/adamint/spotify-web-api-kotlin/tree/master/"
255
+ lineSuffix = " #L"
256
+ }
257
+ }
258
+ val jvm by creating {
259
+ sourceLink {
260
+ path = " /src"
261
+ url = " https://github.com/adamint/spotify-web-api-kotlin/tree/master/"
262
+ lineSuffix = " #L"
263
+ }
264
+ }
253
265
254
- register(" common" ) {}
266
+ register(" common" ) {
267
+ sourceLink {
268
+ path = " /src"
269
+ url = " https://github.com/adamint/spotify-web-api-kotlin/tree/master/"
270
+ lineSuffix = " #L"
271
+ }
272
+ }
255
273
256
274
register(" global" ) {
257
275
sourceLink {
258
- path = " ./ "
276
+ path = " /src "
259
277
url = " https://github.com/adamint/spotify-web-api-kotlin/tree/master/"
260
278
lineSuffix = " #L"
261
279
}
You can’t perform that action at this time.
0 commit comments