Skip to content

Commit

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

// the task `run` of the gretty plugin conflicts with the task with the same
Expand Down

0 comments on commit 015c114

Please sign in to comment.