Skip to content

Commit 7723f4d

Browse files
committed
Remove unnecessary sources
1 parent a5bfc2b commit 7723f4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ project(":"){
171171
archiveFileName = "$modArtifact.jar"
172172

173173
from(
174-
files(sourceSets["main"].output.classesDirs)
174+
fileTree("build/classes/java/main") {
175+
include("pyguy/jsonlib/JsonLibWrapper.class")
176+
}
175177
)
176178

177179
metaInf.from(layout.projectDirectory.file("LICENSE"))

0 commit comments

Comments
 (0)