Skip to content

Commit

Permalink
Fixed publication root for standalone projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Jun 19, 2024
1 parent 4add5cf commit 3e81330
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ fun RepositoryHandler.configureSpaceRepository() {
}
}

val globalRootDir: String by extra

fun RepositoryHandler.configureLocalDevRepository() {
// Something that's straightforward to "clean" for development, not mavenLocal
maven("$globalRootDir/build/repo") {
Expand Down

0 comments on commit 3e81330

Please sign in to comment.