Skip to content

Commit 11f3dda

Browse files
committed
Fix path issue
1 parent 34d16e9 commit 11f3dda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,11 @@ jreleaser {
146146
// Artifacts are already signed by Gradle
147147
sign = false
148148
// Path where Gradle stages the signed repo
149-
stagingRepository("${project.buildDir}/publications/mavenJava")
149+
stagingRepository("${buildDir}/publications/mavenJava")
150150
}
151151
}
152152
}
153153
}
154154
}
155155

156+

0 commit comments

Comments
 (0)