Skip to content

Commit dfe3dc5

Browse files
committed
Bring back unnecessary sources
1 parent 7723f4d commit dfe3dc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

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

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

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

0 commit comments

Comments
 (0)