We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081adc2 commit 434d6cdCopy full SHA for 434d6cd
build.gradle.kts
@@ -204,8 +204,6 @@ configure(
204
dependency.version.isNullOrBlank()
205
}
206
207
- artifact(sourcesJar)
208
- artifact(dokkaJavadocJar)
209
addPom()
210
signPublication(this@configure)
211
@@ -222,10 +220,10 @@ configure(
222
220
223
221
224
// Use `./gradlew publishAllPublicationsToBuildRepository -Pversion=1.5`
225
- // to publish to `./build/repository` directory.
+ // to publish to `/build/repository` directory in the root project.
226
maven {
227
name = "Build"
228
- url = uri(layout.buildDirectory.dir("repository"))
+ url = uri(rootProject.layout.buildDirectory.dir("repository"))
229
230
231
0 commit comments