Skip to content

Commit

Permalink
Actually publish to the Neo maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Dec 30, 2023
1 parent 8fed79b commit ee42db0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jar {
}
}

rootProject.gradleutils.setupSigning(project: project, signAllPublications: true)
gradleutils.setupSigning(project: project, signAllPublications: true)

dependencies {
implementation project(":api")
Expand Down Expand Up @@ -52,4 +52,7 @@ publishing {
project.shadow.component(bundle)
}
}
repositories {
maven gradleutils.publishingMaven
}
}

0 comments on commit ee42db0

Please sign in to comment.