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

Signed-off-by: Louis Jacomet <louis@gradle.com>
  • Loading branch information
ljacomet committed Apr 6, 2023
1 parent e1b8824 commit 1b74709
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 1b74709

Please sign in to comment.