aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-05-26 21:42:46 +0000
committerPJ Fanning <fanningpj@apache.org>2024-05-26 21:42:46 +0000
commit5ecc9591802496010ad1bfd4043697735944ce3f (patch)
treef080baec7a5b02ce5451bb0f9d1e05730656254c
parent6ed4818996b13a15141f261eae262b8fa33b3a21 (diff)
downloadpoi-5ecc9591802496010ad1bfd4043697735944ce3f.tar.gz
poi-5ecc9591802496010ad1bfd4043697735944ce3f.zip
use xmlbeans release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917993 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 317956dd50..1ad3671dd9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,7 +43,7 @@ plugins {
repositories {
mavenCentral()
- maven { url 'https://repository.apache.org/content/repositories/staging' }
+ // maven { url 'https://repository.apache.org/content/repositories/staging' }
}
// Only add the plugin for Sonar if enabled
@@ -178,7 +178,7 @@ subprojects {
repositories {
mavenCentral()
- maven { url 'https://repository.apache.org/content/repositories/staging' }
+ // maven { url 'https://repository.apache.org/content/repositories/staging' }
}
dependencies {