File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
18
18
19
19
group = ' de.otto'
20
20
archivesBaseName= ' flummi'
21
- version= ' 6 .0.0.0'
21
+ version= ' 7 .0.0.0'
22
22
23
23
if (project. hasProperty(' isSnapshot' )) {
24
24
version + = ' -SNAPSHOT'
@@ -135,34 +135,3 @@ uploadArchives {
135
135
}
136
136
}
137
137
}
138
-
139
- artifactory {
140
- contextUrl = project. properties[" artifactoryUrl" ]
141
- // The base Artifactory URL if not overridden by the publisher/resolver
142
- publish {
143
- repository {
144
- if (project. hasProperty(' isSnapshot' )) {
145
- repoKey = ' maven-san-snapshots-local'
146
- } else {
147
- repoKey = ' maven-san-releases-local'
148
- }
149
- username = project. properties[" artifactoryUsername" ]
150
- password = project. properties[" artifactoryPassword" ]
151
- }
152
- defaults {
153
- // Reference to Gradle publications defined in the build script.
154
- // This is how we tell the Artifactory Plugin which artifacts should be
155
- // published to Artifactory.
156
- publishConfigs(' archives' )
157
- publishArtifacts = true
158
- // Publish generated POM files to Artifactory (true by default)
159
- publishPom = true
160
- publishIvy = false
161
- }
162
- }
163
- resolve {
164
- repository {
165
- repoKey = ' libs-release-virtual'
166
- }
167
- }
168
- }
You can’t perform that action at this time.
0 commit comments