Skip to content

Commit

Permalink
Change file properties - and regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 committed Aug 26, 2023
1 parent e5c0c9e commit 65bcdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ RUN mv /home/gradle/.gradle-backup /home/gradle/.gradle
# Be able to use the container with a different user
ENV GRADLE_USER_HOME=/home/gradle/
RUN chmod -R go+rw /home/gradle/
RUN chmod -R go+rw /root/.m2/

COPY checkstyle_* ./
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 {
excludeGroupByRegex("^org.geotools.*")
excludeGroupByRegex("^org\.geotools.*")
}
}
}
Expand Down

0 comments on commit 65bcdac

Please sign in to comment.