Don't force Framework snapshots as 6.0.24-SNAPSHOT is not yet available
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user