mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
parent
aaef8672d4
commit
2513ceb236
|
@ -33,3 +33,9 @@ dependencies {
|
||||||
teavmPublish {
|
teavmPublish {
|
||||||
artifactId = "teavm-jso"
|
artifactId = "teavm-jso"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<Jar> {
|
||||||
|
manifest {
|
||||||
|
attributes["Automatic-Module-Name"] = "org.teavm.jso"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user