We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af88fd4 commit 392b030Copy full SHA for 392b030
build.gradle.kts
@@ -84,7 +84,6 @@ tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJ
84
85
artifacts {
86
add("archives", tasks.named("shadowJar"))
87
- add("archives", tasks.named("sourcesJar"))
88
}
89
90
signing {
@@ -120,8 +119,6 @@ githubRelease {
120
119
include(
121
"keepassxc-cryptomator-${project.version}.jar",
122
"keepassxc-cryptomator-${project.version}.jar.asc",
123
- "keepassxc-cryptomator-${project.version}-sources.jar",
124
- "keepassxc-cryptomator-${project.version}-sources.jar.asc"
125
)
126
127
0 commit comments