Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
commented bootService section to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeiss committed Apr 9, 2017
1 parent e8d88bc commit d0396ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/build.gradle
Expand Up @@ -52,12 +52,14 @@ publishing {
artifactId project.name
version project.version
}
/*
bootService(MavenPublication) {
// "boot" jar
artifact ("$buildDir/libs/$project.name-$version-boot.jar")
groupId project.group
artifactId ("$project.name-boot")
version project.version
}
*/
}
}

0 comments on commit d0396ba

Please sign in to comment.