Skip to content

Commit

Permalink
publishing spring boot jar
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Apr 2, 2021
1 parent 22d70d8 commit a83e5bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ repositories {
}

publishing {
publications {
create<MavenPublication>("bootJava") {
artifact(tasks.getByName("bootJar"))
}
}
repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit a83e5bb

Please sign in to comment.