Skip to content

Commit

Permalink
add sonatype snapshot repo also in init.gradle for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Oct 14, 2023
1 parent 4eb56fa commit 1380ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gretl/src/integrationTest/jobs/init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ allprojects {
repositories {
mavenLocal()
maven { url "http://jars.interlis.ch" }
maven { url "https://repo.osgeo.org/repository/release/" }
maven { url "https://repo.osgeo.org/repository/release/" }
maven { url "https://s01.oss.sonatype.org/service/local/repositories/snapshots/content/" }
mavenCentral()
jcenter()
}
Expand Down

0 comments on commit 1380ef0

Please sign in to comment.