Skip to content

Commit f41eedf

Browse files
nitzanjAmir Tocker
authored andcommitted
Add publish sonatype urls, verify cloudinary-core tests run with task ciTest.
1 parent 710d998 commit f41eedf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ allprojects {
88
repositories {
99
jcenter()
1010
mavenCentral()
11-
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
1211
}
1312
}
1413

cloudinary-core/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply from: "../java_shared.gradle"
22

3+
task ciTest( type: Test ) {
4+
}
5+
36
dependencies {
47
testCompile group: 'org.hamcrest', name: 'java-hamcrest', version:'2.0.0.0'
58
testCompile group: 'pl.pragmatists', name: 'JUnitParams', version:'1.0.5'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
publishRepo=http://localhost:8081/repository/maven-releases/
2-
snapshotRepo=http://localhost:8081/repository/maven-snapshots/
1+
publishRepo=https://oss.sonatype.org/service/local/staging/deploy/maven2/
2+
snapshotRepo=https://oss.sonatype.org/content/repositories/snapshots/
33
publishGroupId=com.cloudinary
44
publishDescription=Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.
55
projectVersion=1.12.1-SNAPSHOT

0 commit comments

Comments
 (0)