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