Skip to content

Commit f227821

Browse files
committed
gradle: configure publishing extension
1 parent 905b08a commit f227821

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
@@ -14,6 +14,11 @@ repositories {
1414
}
1515

1616
configure<PublishingExtension> {
17+
repositories {
18+
maven {
19+
url = uri("$buildDir/repo")
20+
}
21+
}
1722
publications {
1823
register("mavenJava", MavenPublication::class) {
1924
from(components["java"])

0 commit comments

Comments
 (0)