mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Remove unnecessary settings
This commit is contained in:
parent
eb341bf08f
commit
cc1a886cb6
@ -4,14 +4,6 @@ organizationName := "xerial.org"
|
||||
description := "snappy-java: A fast compression/decompression library"
|
||||
sonatypeProfileName := "org.xerial"
|
||||
|
||||
credentials ++= {
|
||||
if (sys.env.contains("SONATYPE_USERNAME") && sys.env.contains("SONATYPE_PASSWORD")) {
|
||||
Seq(Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", sys.env("SONATYPE_USERNAME"), sys.env("SONATYPE_PASSWORD")))
|
||||
} else {
|
||||
Seq.empty
|
||||
}
|
||||
}
|
||||
|
||||
publishTo := sonatypePublishToBundle.value
|
||||
|
||||
pomExtra := {
|
||||
|
Loading…
x
Reference in New Issue
Block a user