Skip to content

Commit

Permalink
feat: publish the helm client to maven central (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Jun 27, 2023
1 parent a930f62 commit 6b40d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
7 changes: 6 additions & 1 deletion fullstack-helm-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@

import com.hedera.fullstack.gradle.helm.release.HelmArtifactTask

plugins { id("com.hedera.fullstack.conventions") }
plugins {
id("com.hedera.fullstack.conventions")
id("com.hedera.fullstack.maven-publish")
}

tasks.register<HelmArtifactTask>("helmArtifacts")

Expand All @@ -33,3 +36,5 @@ dependencies {
testImplementation(gav("org.mockito.junit.jupiter"))
}
}

tasks.named("sourcesJar") { dependsOn(tasks.withType<HelmArtifactTask>()) }
18 changes: 0 additions & 18 deletions fullstack-helm-client/gradle.properties

This file was deleted.

0 comments on commit 6b40d2d

Please sign in to comment.