Skip to content

Commit

Permalink
Fix maven setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Troshin committed Dec 24, 2019
1 parent 17e61cc commit 8b8e3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ buildInfoKeys := List[BuildInfoKey](

buildInfoPackage := organization.value

makePomConfiguration := makePomConfiguration.value.withConfigurations(Configurations.defaultMavenConfigurations)

resolvers += Resolver.jcenterRepo

sbtPlugin := true
Expand Down

0 comments on commit 8b8e3d4

Please sign in to comment.