Skip to content

Commit 36d751d

Browse files
committed
build.gradle: remove mavelLocal() from build.gradle, always update SNAPSHOT versions
1 parent c180319 commit 36d751d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ allprojects {
3535
repositories {
3636
mavenCentral()
3737
jcenter()
38-
mavenLocal()
3938
}
4039
}
4140

@@ -47,6 +46,10 @@ if (JavaVersion.current().isJava8Compatible()) {
4746
}
4847
}
4948

49+
configurations.all {
50+
resolutionStrategy.cacheChangingModulesFor 0, 'seconds' // SNAPSHOTS
51+
}
52+
5053
def projectNamesToPublish = [
5154
'objectbox-java-api',
5255
'objectbox-java',

0 commit comments

Comments
 (0)