Skip to content

Commit 49f2a86

Browse files
committed
Release 7.0.0.0
1 parent d37212b commit 49f2a86

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

build.gradle

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818

1919
group = 'de.otto'
2020
archivesBaseName='flummi'
21-
version='6.0.0.0'
21+
version='7.0.0.0'
2222

2323
if (project.hasProperty('isSnapshot')) {
2424
version += '-SNAPSHOT'
@@ -135,34 +135,3 @@ uploadArchives {
135135
}
136136
}
137137
}
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-
}

0 commit comments

Comments
 (0)