Skip to content

Commit

Permalink
Merge pull request #2 from Funkatronics/solana-module-artifact-id
Browse files Browse the repository at this point in the history
set solana module artifact id
  • Loading branch information
Funkatronics authored Sep 20, 2023
2 parents f969858 + 27d0ba7 commit 7dcf02e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions solana/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
}

val artifactId: String by project
val moduleArtifactId = "$artifactId-solana"

kotlin {
jvm {
Expand Down Expand Up @@ -36,12 +37,14 @@ kotlin {
val commonTest by getting {
dependencies {
implementation(kotlin("test"))
// implementation("io.github.funkatronics:kborsh:0.1.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
implementation("com.diglol.crypto:pkc:0.1.5")
implementation("io.github.funkatronics:rpccore:0.2.0")
}
}
}
}

mavenPublishing {
coordinates(group as String, artifactId, version as String)
coordinates(group as String, moduleArtifactId, version as String)
}

0 comments on commit 7dcf02e

Please sign in to comment.