Skip to content

Commit

Permalink
explicitly enabling bintray for the released lib
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Feb 17, 2021
1 parent 6e230ca commit a4cd63b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/micronaut-segment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

config {
bintray {
enabled = true
}
}

dependencies {
annotationProcessor platform("io.micronaut:micronaut-bom:$micronautVersion")
annotationProcessor "io.micronaut:micronaut-inject-java"
Expand Down

0 comments on commit a4cd63b

Please sign in to comment.