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