Don't force Framework snapshots as 6.0.24-SNAPSHOT is not yet available

This commit is contained in:
Andy Wilkinson
2024-08-16 07:33:11 +01:00
parent ad73b24fd7
commit f58937e592

View File

@@ -45,7 +45,7 @@ import org.gradle.api.artifacts.ResolutionStrategy;
final class ForceSnapshots implements Action<DependencyResolveDetails> {
private static final Set<String> NO_SNAPSHOT = Set.of("org.springframework.boot", "org.springframework.cloud",
"org.springframework.plugin");
"org.springframework.plugin", "org.springframework");
@Override
public void execute(DependencyResolveDetails dependency) {