Author: fanningpj
Date: Thu Mar 21 09:38:21 2019
New Revision: 1855972
URL: http://svn.apache.org/viewvc?rev=1855972&view=rev
Log:
try to fix gradle build
Modified:
poi/trunk/build.gradle
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1855972&r1=1855971&r2=1855972&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Mar 21 09:38:21 2019
@@ -103,10 +103,10 @@ subprojects {
sourceCompatibility = 1.8
repositories {
+ mavenCentral()
maven {
url 'https://repository.apache.org/content/repositories/staging'
}
- mavenCentral()
}
jar {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]