forked from loafle/openapi-generator-original
Include mavenCentral in java build.gradle (#1653)
the android dep is currently missing from jcenter. This adds mavenCentral as an additional repository to the default java generator's build.gradle.
This commit is contained in:
committed by
William Cheng
parent
95c744381b
commit
1f95b54cef
@@ -6,6 +6,7 @@ version = '{{artifactVersion}}'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
@@ -15,6 +16,7 @@ buildscript {
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user