We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792631b commit b5bc203Copy full SHA for b5bc203
src/test/resources/com/fasterxml/jackson/integtest/gradle/build.gradle.kts
@@ -26,6 +26,10 @@ dependencies {
26
27
repositories.mavenCentral()
28
29
+configurations.all {
30
+ resolutionStrategy.cacheDynamicVersionsFor(0, "seconds") // always refresh SNAPSHOTs
31
+}
32
+
33
// (miss-)use a component metadata rule to collect all entries from the BOM
34
val allJacksonModule = mutableListOf<String>()
35
dependencies.components.withModule("com.fasterxml.jackson:jackson-bom") {
0 commit comments