Skip to content

Commit

Permalink
Fix Maven local repository location (post Gradle 8.4 update)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 6, 2023
1 parent ce6f23f commit 0af59b3
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 0af59b3

Please sign in to comment.