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

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

View File

@ -32,4 +32,10 @@ dependencies {
teavmPublish {
artifactId = "teavm-jso"
}
}
tasks.withType<Jar> {
manifest {
attributes["Automatic-Module-Name"] = "org.teavm.jso"
}
}