Skip to content

Commit

Permalink
feat: add publish plugin in maestro-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjeetsingh150 committed Aug 30, 2024
1 parent 41c649e commit d87b815
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maestro-ai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ application {
mainClass.set("maestro.ai.DemoAppKt")
}

plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = com.vanniktech.maven.publish.SonatypeHost.S01
}
}

tasks.named<Jar>("jar") {
manifest {
attributes["Main-Class"] = "maestro.ai.DemoAppKt"
Expand Down

0 comments on commit d87b815

Please sign in to comment.