Skip to content

Commit

Permalink
build: add gradle plugin for publishing to Maven
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Feb 12, 2025
1 parent 0fd02a0 commit 6285ee1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloud-agent/client/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

group 'org.hyperledger.identus'

wrapper {
Expand All @@ -11,6 +15,7 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down

0 comments on commit 6285ee1

Please sign in to comment.