Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Sep 20, 2023
1 parent 33382cc commit c100d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions okiodriver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id("com.vanniktech.maven.publish")
}

group = "io.github.funkatronics"
version = "0.1.0"
val baseArtifactId: String by project
val artifactId: String = "$baseArtifactId-okiodriver"

kotlin {
jvm {
Expand Down Expand Up @@ -34,5 +34,5 @@ kotlin {
}

mavenPublishing {
coordinates("io.github.funkatronics", "rpccore-okiodriver", "0.1.0")
coordinates(group as String, artifactId, version as String)
}

0 comments on commit c100d2f

Please sign in to comment.