Use correct spring cloud version. Fixes #173

This commit is contained in:
Ryan Baxter
2021-01-20 14:15:27 -05:00
parent ea1b761814
commit f3a6f8cd17

View File

@@ -28,7 +28,7 @@ import org.springframework.boot.cli.compiler.GenericBomAstTransformation;
@GroovyASTTransformation(phase = CompilePhase.CONVERSION)
public class SpringCloudBomAstTransformation extends GenericBomAstTransformation {
private static final String SPRING_CLOUD_VERSION = "Ilford.BUILD-SNAPSHOT";
private static final String SPRING_CLOUD_VERSION = "2020.0.1-SNAPSHOT";
@Override
protected String getBomModule() {