Skip to content

Commit 6033845

Browse files
committed
Skip sources generation
1 parent 8a8e6d9 commit 6033845

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
@@ -105,7 +105,6 @@ tasks.named("githubRelease") {
105105

106106
artifacts {
107107
archives(tasks.named("shadowJar"))
108-
archives(tasks.named("sourcesJar"))
109108
}
110109

111110
signing {
@@ -130,8 +129,6 @@ githubRelease {
130129
include(
131130
"cryptomator-bitwarden-${version}.jar",
132131
"cryptomator-bitwarden-${version}.jar.asc",
133-
"cryptomator-bitwarden-${version}-sources.jar",
134-
"cryptomator-bitwarden-${version}-sources.jar.asc"
135132
)
136133
}
137134
)

0 commit comments

Comments
 (0)