Skip to content

Commit ab477fc

Browse files
committed
Only upload main jar as Jenkins artifact to save space
1 parent 3e31be7 commit ab477fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/kotlin/hexdebug/conventions/architectury.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sourceSets {
5252

5353
tasks {
5454
val jenkinsArtifacts = register<Copy>("jenkinsArtifacts") {
55-
from(remapJar, remapSourcesJar, get("javadocJar"))
55+
from(remapJar)
5656
into(rootDir.toPath() / "build" / "jenkinsArtifacts")
5757
}
5858

0 commit comments

Comments
 (0)