Maven package name without '-jvm' suffix
This commit is contained in:
parent
464be35d6b
commit
a5598155e5
@ -65,4 +65,9 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
publications {
|
||||
withType<MavenPublication> {
|
||||
artifactId = project.name
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user