Re-add module name org.teavm.jso.apis (#816)

Fix #778
This commit is contained in:
Jörg Hohwiller 2023-10-14 18:34:40 +02:00 committed by GitHub
parent 4e9d89b669
commit aaef8672d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,3 +34,9 @@ dependencies {
teavmPublish {
artifactId = "teavm-jso-apis"
}
tasks.withType<Jar> {
manifest {
attributes["Automatic-Module-Name"] = "org.teavm.jso.apis"
}
}