We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1012cfe commit 25b4bc2Copy full SHA for 25b4bc2
build.gradle
@@ -21,7 +21,7 @@ apply plugin: 'com.jfrog.artifactory'
21
apply plugin: 'com.jfrog.bintray'
22
23
group 'io.devxchange'
24
-version = '0.0.2-SNAPSHOT'
+version = '0.0.1'
25
sourceCompatibility = 1.8
26
27
repositories {
@@ -99,8 +99,9 @@ bintray {
99
key = project.hasProperty('bintrayKey') ? project.bintrayKey : System.getenv('BINTRAY_KEY')
100
publications = ['mavenJava']
101
pkg {
102
- repo = 'maven-repo'
103
- userOrg = 'devxchange'
+ vcsUrl= 'https://github.com/devxchangeio/obfuscator-java.git'
+ repo = 'release'
104
+ userOrg = 'm2'
105
name = 'obfuscator'
106
licenses = ['Apache-2.0']
107
}
0 commit comments