File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
libs/init/buildgen/src/mill/main/buildgen Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -255,8 +255,6 @@ object BuildGen {
255255 value.base.map(v => s " $name: $v" )
256256 }
257257
258-
259-
260258 private def renderYamlStringListValues (name : String , values : Values [Opt ]): Seq [String ] = {
261259 if (values.base.isEmpty) Nil
262260 else {
@@ -278,8 +276,6 @@ object BuildGen {
278276 }
279277 }
280278
281-
282-
283279 private def renderYamlPomSettings (value : Value [PomSettings ]): Seq [String ] = {
284280 value.base.flatMap { pom =>
285281 val content = Seq .newBuilder[String ]
@@ -322,8 +318,6 @@ object BuildGen {
322318
323319 private def containsPlaceholder (s : String ): Boolean = s.contains(" ${" ) && s.contains(" }" )
324320
325-
326-
327321 private def yamlEscapeString (s : String ): String = {
328322 // Simple escaping for YAML strings - quote if contains special chars
329323 if (
You can’t perform that action at this time.
0 commit comments