Skip to content

Commit

Permalink
Exclude OSGeo with regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 committed Aug 26, 2023
1 parent 015c114 commit e5c0c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
maven { url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts" }
maven { url "https://repo.osgeo.org/repository/release/"
content {
excludeGroup("org.geotools")
excludeGroupByRegex("^org.geotools.*")
}
}
}
Expand Down

0 comments on commit e5c0c9e

Please sign in to comment.