8 Star 9 Fork 9

Gitee 极速下载/MMLSpark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Azure/mmlspark
克隆/下载
sonatype.sbt 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
import xerial.sbt.Sonatype._
ThisBuild / sonatypeProjectHosting := Some(
GitHubHosting("Azure", "SynapseML", "[email protected]"))
ThisBuild / homepage := Some(url("https://github.com/Microsoft/SynapseML"))
ThisBuild / scmInfo := Some(
ScmInfo(
url("https://github.com/Microsoft/SynapseML"),
"scm:[email protected]:Microsoft/SynapseML.git"
)
)
ThisBuild / developers := List(
Developer("mhamilton723", "Mark Hamilton",
"[email protected]", url("https://github.com/mhamilton723")),
Developer("imatiach-msft", "Ilya Matiach",
"[email protected]", url("https://github.com/imatiach-msft")),
Developer("drdarshan", "Sudarshan Raghunathan",
"[email protected]", url("https://github.com/drdarshan")),
Developer("svotaw", "Scott Votaw",
"[email protected]", url("https://github.com/svotaw")),
Developer("BrendanWalsh", "Brendan Walsh",
"[email protected]", url("https://github.com/BrendanWalsh")),
Developer("JessicaXYWang", "Jessica Wang",
"[email protected]", url("https://github.com/JessicaXYWang"))
)
ThisBuild / licenses += ("MIT", url("https://github.com/Microsoft/SynapseML/blob/master/LICENSE"))
ThisBuild / credentials += Credentials("Sonatype Nexus Repository Manager",
"oss.sonatype.org",
Secrets.nexusUsername,
Secrets.nexusPassword)
pgpPassphrase := Some(Secrets.pgpPassword.toCharArray)
pgpSecretRing := Secrets.pgpPrivateFile
pgpPublicRing := Secrets.pgpPublicFile
if(Secrets.publishToFeed) {
ThisBuild / publishTo := Some("SynapseML_PublicPackages" at
"https://msdata.pkgs.visualstudio.com/A365/_packaging/SynapseML_PublicPackages/maven/v1")
} else {
ThisBuild / publishTo := sonatypePublishToBundle.value
}
ThisBuild / dynverSonatypeSnapshots := true
ThisBuild / dynverSeparator := "-"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scala
1
https://gitee.com/mirrors/MMLSpark.git
[email protected]:mirrors/MMLSpark.git
mirrors
MMLSpark
MMLSpark
master

搜索帮助