Skip to content

Commit

Permalink
fix scripted build.sbt format (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 9, 2024
1 parent 5fc1ff4 commit b36431f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sbt-test/sbt-sonatype/operations/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 := {
<url>https://github.com/xerial/sbt-sonatype</url> <licenses>
pomExtra := (
<url>https://github.com/xerial/sbt-sonatype</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
Expand All @@ -23,4 +24,4 @@ pomExtra := {
<url>http://xerial.org/leo</url>
</developer>
</developers>
}
)

0 comments on commit b36431f

Please sign in to comment.