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