Skip to content

Commit b2583f1

Browse files
authored
chore: fix documentatin for always getting latest snapshot (#344)
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
1 parent a375ca2 commit b2583f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ pluginManagement {
460460
}
461461

462462
buildscript {
463-
configurations.classpath { resolutionStrategy.cacheDynamicVersionsFor(0, "seconds") }
463+
configurations.classpath { resolutionStrategy.cacheChangingModulesFor(0, "seconds") }
464464
}
465465

466466
plugins { id("org.hiero.gradle.build") version "<<next-version>>-SNAPSHOT" }

0 commit comments

Comments
 (0)