Commenting out local maven repository config (#5452)

changelog_begin
changelog_end
This commit is contained in:
Leonid Shlyapnikov 2020-04-06 11:55:13 -04:00 committed by GitHub
parent 044783ef72
commit 26c476d3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,8 @@ lazy val commonSettings = Seq(
"-Xfuture",
"-Xlint:_,-unused"
),
resolvers += Resolver.mavenLocal,
// uncomment next line, if you have to build against local maven repository
// resolvers += Resolver.mavenLocal,
classpathTypes += "maven-plugin"
)

View File

@ -45,7 +45,8 @@ lazy val commonSettings = Seq(
"-Xfuture",
"-Xlint:_,-unused"
),
resolvers += Resolver.mavenLocal,
// uncomment next line, if you have to build against local maven repository
// resolvers += Resolver.mavenLocal,
classpathTypes += "maven-plugin"
)