Added jcenter for latest version of testng.

This commit is contained in:
Erik C. Thauvin 2016-06-30 16:53:24 -07:00
parent a907a29176
commit 4c7f42f381

View file

@ -56,6 +56,7 @@ def pkgLabels = ['java', 'annotation', 'processor', 'semantic', 'version']
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {