mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
remove artifactory config that is invalid
This commit is contained in:
parent
3b77986e85
commit
d826984fc0
@ -38,21 +38,5 @@ class ArtifactoryPlugin implements Plugin<Project> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
project.artifactoryPublish {
|
||||
publishIvy false
|
||||
properties = [
|
||||
'bintray.package': "${project.group}:${name}",
|
||||
'bintray.version': "${project.version}"
|
||||
]
|
||||
}
|
||||
|
||||
project.artifactory {
|
||||
publish {
|
||||
defaults {
|
||||
publishConfigs('archives')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user