Skip to content

Commit

Permalink
build: add local repo for exporting to sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Bull committed May 14, 2024
1 parent f5bc071 commit ab7b28e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ dependencies {
}

publishing {
repositories {
maven {
url = uri(layout.buildDirectory.dir("repository"))
}
}
publications {
create<MavenPublication>("java") {
from(components["java"])
Expand Down

0 comments on commit ab7b28e

Please sign in to comment.