Skip to content

Commit b0227e0

Browse files
author
Eduardo Gulias Davis
committed
bintray
1 parent 530fdbf commit b0227e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id "com.jfrog.bintray" version "1.1"
3+
id "com.jfrog.bintray" version "1.7"
44
}
55

66
apply plugin: 'java'
@@ -23,7 +23,8 @@ dependencies {
2323

2424
def siteUrl = 'https://github.com/egulias/EmailValidator4J'
2525
def gitUrl = 'https://github.com/egulias/EmailValidator4J.git'
26-
group = "egulias"
26+
group = "com.egulias"
27+
2728

2829
String getProperty (String name, String value) {
2930
project.hasProperty (name)? project.property (name) : value

0 commit comments

Comments
 (0)