Browse Source

use xmlbeans release

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917993 13f79535-47bb-0310-9956-ffa450edef68
pull/641/head
PJ Fanning 1 month ago
parent
commit
5ecc959180
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File



repositories { repositories {
mavenCentral() 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 // Only add the plugin for Sonar if enabled


repositories { repositories {
mavenCentral() mavenCentral()
maven { url 'https://repository.apache.org/content/repositories/staging' }
// maven { url 'https://repository.apache.org/content/repositories/staging' }
} }


dependencies { dependencies {

Loading…
Cancel
Save