Skip to content

Commit

Permalink
Don't add the bzzt.net resolver to the global list (#101)
Browse files Browse the repository at this point in the history
Don't add resolver
  • Loading branch information
raboof authored Apr 26, 2019
1 parent faa3240 commit c421762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/ReproducibleBuildsPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ object ReproducibleBuildsPlugin extends AutoPlugin {
override lazy val projectSettings = Seq(
publishCertification := true,
hostname := InetAddress.getLocalHost.getHostName,
resolvers += bzztNetResolver,
packageBin in Compile := postProcessJar((packageBin in Compile).value),
reproducibleBuildsPackageName := moduleName.value,
reproducibleBuildsCertification := ourCertificationFile.value,
Expand Down

0 comments on commit c421762

Please sign in to comment.