mirror of https://github.com/sbt/sbt.git
Make IvyXml.writeFiles private[sbt]
I got confused an changed the access for the wrong method to support
https://github.com/sbt/sbt/pull/5364.
Partially reverts 5c55393f1b.
This commit is contained in:
parent
77cc7285ae
commit
e3e53df797
|
|
@ -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]] =
|
||||
|
|
|
|||
Loading…
Reference in New Issue