Skip to content

Commit 25b4bc2

Browse files
committed
adding more test cases
1 parent 1012cfe commit 25b4bc2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'com.jfrog.artifactory'
2121
apply plugin: 'com.jfrog.bintray'
2222

2323
group 'io.devxchange'
24-
version = '0.0.2-SNAPSHOT'
24+
version = '0.0.1'
2525
sourceCompatibility = 1.8
2626

2727
repositories {
@@ -99,8 +99,9 @@ bintray {
9999
key = project.hasProperty('bintrayKey') ? project.bintrayKey : System.getenv('BINTRAY_KEY')
100100
publications = ['mavenJava']
101101
pkg {
102-
repo = 'maven-repo'
103-
userOrg = 'devxchange'
102+
vcsUrl= 'https://github.com/devxchangeio/obfuscator-java.git'
103+
repo = 'release'
104+
userOrg = 'm2'
104105
name = 'obfuscator'
105106
licenses = ['Apache-2.0']
106107
}

0 commit comments

Comments
 (0)