mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Merge pull request #5533 from eatkins/ivy-xml
Make IvyXml.writeFiles private[sbt]
This commit is contained in:
@@ -47,7 +47,7 @@ object IvyXml {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// These are required for publish to be fine, later on.
|
// These are required for publish to be fine, later on.
|
||||||
private def writeFiles(
|
private[sbt] def writeFiles(
|
||||||
currentProject: Project,
|
currentProject: Project,
|
||||||
shadedConfigOpt: Option[Configuration],
|
shadedConfigOpt: Option[Configuration],
|
||||||
ivySbt: IvySbt,
|
ivySbt: IvySbt,
|
||||||
@@ -180,7 +180,7 @@ object IvyXml {
|
|||||||
</ivy-module>
|
</ivy-module>
|
||||||
}
|
}
|
||||||
|
|
||||||
private[sbt] def makeIvyXmlBefore[T](
|
private def makeIvyXmlBefore[T](
|
||||||
task: TaskKey[T],
|
task: TaskKey[T],
|
||||||
shadedConfigOpt: Option[Configuration]
|
shadedConfigOpt: Option[Configuration]
|
||||||
): Setting[Task[T]] =
|
): Setting[Task[T]] =
|
||||||
|
|||||||
Reference in New Issue
Block a user