From b36431f23b8e793db3f6fae074227a108c7c89dc Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 10 Oct 2024 02:49:20 +0900 Subject: [PATCH] fix scripted build.sbt format (#524) --- src/sbt-test/sbt-sonatype/operations/build.sbt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/sbt-test/sbt-sonatype/operations/build.sbt b/src/sbt-test/sbt-sonatype/operations/build.sbt index 4065bbb7..9e358911 100644 --- a/src/sbt-test/sbt-sonatype/operations/build.sbt +++ b/src/sbt-test/sbt-sonatype/operations/build.sbt @@ -4,8 +4,9 @@ version := System.getProperty("version", "0.1") sonatypeCredentialHost := System.getProperty("host", "oss.sonatype.org") sonatypeRepository := System.getProperty("repo", s"https${sonatypeRepository.value}//service/local") -pomExtra := { - https://github.com/xerial/sbt-sonatype +pomExtra := ( + https://github.com/xerial/sbt-sonatype + Apache 2 http://www.apache.org/licenses/LICENSE-2.0.txt @@ -23,4 +24,4 @@ pomExtra := { http://xerial.org/leo -} +)