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 530fdbf commit b0227e0Copy full SHA for b0227e0
build.gradle
@@ -1,6 +1,6 @@
1
2
plugins {
3
- id "com.jfrog.bintray" version "1.1"
+ id "com.jfrog.bintray" version "1.7"
4
}
5
6
apply plugin: 'java'
@@ -23,7 +23,8 @@ dependencies {
23
24
def siteUrl = 'https://github.com/egulias/EmailValidator4J'
25
def gitUrl = 'https://github.com/egulias/EmailValidator4J.git'
26
-group = "egulias"
+group = "com.egulias"
27
+
28
29
String getProperty (String name, String value) {
30
project.hasProperty (name)? project.property (name) : value
0 commit comments