Maven package name without '-jvm' suffix

This commit is contained in:
Andrew Golovashevich 2024-11-05 15:20:02 +03:00
parent 464be35d6b
commit a5598155e5

View File

@ -65,4 +65,9 @@ publishing {
}
}
}
publications {
withType<MavenPublication> {
artifactId = project.name
}
}
}