Skip to content

Commit

Permalink
Move local maven repo to root project build dir
Browse files Browse the repository at this point in the history
This enables having all publications in the same repository, making testing things like the Gradle plugin much easier as a single location needs to be added to a build.

Issue sigstore#414
  • Loading branch information
ljacomet committed Apr 5, 2023
1 parent e1b8824 commit f2aedc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val localRepoElements by configurations.creating {
}
}

val localRepoDir = layout.buildDirectory.dir("local-maven-repo")
val localRepoDir = rootProject.layout.buildDirectory.dir("local-maven-repo")

publishing {
repositories {
Expand Down

0 comments on commit f2aedc1

Please sign in to comment.