Skip to content

Commit b44ce8d

Browse files
committed
Maven Central artifacts task
IJI-2871
1 parent 5fb050c commit b44ce8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ artifacts {
205205
}
206206

207207
publishing {
208+
repositories {
209+
maven {
210+
setUrl(layout.buildDirectory.dir("maven-central-artifacts"))
211+
}
212+
}
208213
val artifactBaseName = base.archivesName.get()
209214
configureMultiModuleMavenPublishing {
210215
val rootModule = module("rootModule") {

0 commit comments

Comments
 (0)