Skip to content

Commit

Permalink
set solana module artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored Sep 20, 2023
1 parent f969858 commit 46760b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solana/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ plugins {
id("com.vanniktech.maven.publish")
}

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

kotlin {
jvm {
Expand Down

0 comments on commit 46760b1

Please sign in to comment.