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