Skip to content

Commit 2166603

Browse files
authored
Fix depreciated 'buildDir'
1 parent c23fd26 commit 2166603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ githubRelease {
113113
setBody("[![Downloads](https://img.shields.io/github/downloads/purejava/keepassxc-cryptomator/latest/keepassxc-cryptomator-${project.version}.jar)](https://github.com/purejava/keepassxc-cryptomator/releases/latest/download/keepassxc-cryptomator-${project.version}.jar)\n" +
114114
"\n" +
115115
"- xxx")
116-
releaseAssets = fileTree(dir: "${buildDir}/libs", includes: [
116+
releaseAssets = fileTree(dir: "${layout.buildDirectory}/libs", includes: [
117117
"keepassxc-cryptomator-${version}.jar",
118118
"keepassxc-cryptomator-${version}.jar.asc",
119119
"keepassxc-cryptomator-${version}-sources.jar",

0 commit comments

Comments
 (0)