We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bfc2b commit 7723f4dCopy full SHA for 7723f4d
build.gradle.kts
@@ -171,7 +171,9 @@ project(":"){
171
archiveFileName = "$modArtifact.jar"
172
173
from(
174
- files(sourceSets["main"].output.classesDirs)
+ fileTree("build/classes/java/main") {
175
+ include("pyguy/jsonlib/JsonLibWrapper.class")
176
+ }
177
)
178
179
metaInf.from(layout.projectDirectory.file("LICENSE"))
0 commit comments