Merge pull request #5533 from eatkins/ivy-xml

Make IvyXml.writeFiles private[sbt]
This commit is contained in:
eugene yokota 2020-05-06 11:46:29 -04:00 committed by GitHub
commit d2fa0f100e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ object IvyXml {
}
// These are required for publish to be fine, later on.
private def writeFiles(
private[sbt] def writeFiles(
currentProject: Project,
shadedConfigOpt: Option[Configuration],
ivySbt: IvySbt,
@ -180,7 +180,7 @@ object IvyXml {
</ivy-module>
}
private[sbt] def makeIvyXmlBefore[T](
private def makeIvyXmlBefore[T](
task: TaskKey[T],
shadedConfigOpt: Option[Configuration]
): Setting[Task[T]] =