Skip to content

Commit

Permalink
Fix Maven local repository location (post Gradle 8.4 update) (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Nov 7, 2023
1 parent ce6f23f commit 0e4c9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ publishing {
}
}
}
maven("${rootProject.layout.buildDirectory}/repository") {
maven(rootProject.layout.buildDirectory.dir("repository")) {
name = "localRepo"
}
}
Expand Down

0 comments on commit 0e4c9ec

Please sign in to comment.