Skip to content

Commit a5bfc2b

Browse files
committed
Fix lib compilation
1 parent 48ae9f3 commit a5bfc2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ project(":"){
170170

171171
archiveFileName = "$modArtifact.jar"
172172

173+
from(
174+
files(sourceSets["main"].output.classesDirs)
175+
)
176+
173177
metaInf.from(layout.projectDirectory.file("LICENSE"))
174178
}
175179

0 commit comments

Comments
 (0)