Skip to content

Commit

Permalink
failing int tests: try original init.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Dec 11, 2024
1 parent 70547bf commit d9e6df6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions gretl/src/integrationTest/jobs/init.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
allprojects {
apply from: "../../../../../versioning.gradle"
Expand All @@ -16,3 +17,20 @@ allprojects {
}
}
}
*/
allprojects {
buildscript {
repositories {
mavenLocal()
maven { url "https://jars.interlis.ch" }
maven { url "https://repo.osgeo.org/repository/release/" }
maven { url "https://s01.oss.sonatype.org/service/local/repositories/snapshots/content/" }
mavenCentral()
}

dependencies {
// will match the latest anything - snapshot or release, whatever it finds newer
classpath 'ch.so.agi:gretl:latest.integration'
}
}
}

0 comments on commit d9e6df6

Please sign in to comment.