Skip to content

Commit 70b08c2

Browse files
committed
build: add local maven repo for gathering all artifacts
1 parent 5f5b4b7 commit 70b08c2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

decoder/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ publishing {
3131
from(components["java"])
3232
}
3333
}
34+
35+
repositories {
36+
mavenLocal {
37+
url = uri(layout.buildDirectory.dir("local-maven-repo"))
38+
}
39+
}
3440
}
3541

3642
signing {

0 commit comments

Comments
 (0)