Skip to content

Commit

Permalink
build: add info for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 committed Oct 28, 2023
1 parent a3b7e39 commit 76a89c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ lazy val publishSettings = Seq(

// As of February 2021, all new projects began being provisioned on https://s01.oss.sonatype.org/
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
// publishTo should be defined by sbt-sonatype

homepage := Some(url("https://github.com/iscas-tis/riscv-spec-core")),
organizationHomepage := Some(url("https://tis.ios.ac.cn")),
licenses := List(License.Apache2),
developers := List(
Developer("liuyic00", "Yicheng Liu", "[email protected]", url("https://github.com/liuyic00")),
Developer("SeddonShen", "Shidong Shen", "[email protected]", url("https://github.com/SeddonShen"))
)
)

lazy val root = (project in file("."))
Expand Down

0 comments on commit 76a89c4

Please sign in to comment.