mirror of
https://github.com/apache/poi.git
synced 2025-02-07 18:48:20 +00:00
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:
parent
0de8e21298
commit
123f30bf42
@ -25,6 +25,11 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Only add the plugin for Sonar if enabled
|
// Only add the plugin for Sonar if enabled
|
||||||
if (project.hasProperty('enableSonar')) {
|
if (project.hasProperty('enableSonar')) {
|
||||||
println 'Enabling Sonar support'
|
println 'Enabling Sonar support'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user