Fix publish.

This commit is contained in:
wizjany 2022-03-12 17:32:40 -05:00
parent 3549f04a33
commit bc63119373
No known key found for this signature in database
GPG Key ID: 1DB5861C03B76B5E
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ fun Project.applyPlatformAndCoreConfiguration(javaRelease: Int = 17) {
configure<PublishingExtension> {
publications {
register<MavenPublication>("maven") {
from(components["java"])
versionMapping {
usage("java-api") {
fromResolutionOf("runtimeClasspath")