Skip to content

Commit 0342aa3

Browse files
Enable git root search in jreleaser (#18)
1 parent 5696bfa commit 0342aa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildSrc/src/main/kotlin/publishing-environment.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ configure<PublishingExtension> {
7474
}
7575

7676
configure<JReleaserExtension> {
77+
gitRootSearch = true
78+
7779
release {
7880
github {
7981
enabled = false

0 commit comments

Comments
 (0)