Skip to content

Commit 392b030

Browse files
committed
Skip sources generation
1 parent af88fd4 commit 392b030

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJ
8484

8585
artifacts {
8686
add("archives", tasks.named("shadowJar"))
87-
add("archives", tasks.named("sourcesJar"))
8887
}
8988

9089
signing {
@@ -120,8 +119,6 @@ githubRelease {
120119
include(
121120
"keepassxc-cryptomator-${project.version}.jar",
122121
"keepassxc-cryptomator-${project.version}.jar.asc",
123-
"keepassxc-cryptomator-${project.version}-sources.jar",
124-
"keepassxc-cryptomator-${project.version}-sources.jar.asc"
125122
)
126123
}
127124
)

0 commit comments

Comments
 (0)