Fix gradle add maven repo again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-06-30 20:40:53 +00:00
parent 6193f895ba
commit 7e74865f8c
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ buildscript {
}
}
repositories {
mavenCentral()
}
// Only add the plugin for Sonar if enabled
if (project.hasProperty('enableSonar')) {
println 'Enabling Sonar support'