Java 类org.springframework.boot.gradle.Versions 实例源码

项目:https-github.com-g0t4-jenkins2-course-spring-boot    文件:StarterDependenciesIntegrationTests.java   
@BeforeClass
public static void determineVersions() throws Exception {
    springVersion = Versions.getSpringVersion();
    bootVersion = Versions.getBootVersion();
}
项目:spring-boot-concourse    文件:StarterDependenciesIntegrationTests.java   
@BeforeClass
public static void determineVersions() throws Exception {
    springVersion = Versions.getSpringVersion();
    bootVersion = Versions.getBootVersion();
}
项目:contestparser    文件:StarterDependenciesIntegrationTests.java   
@BeforeClass
public static void determineVersions() throws Exception {
    springVersion = Versions.getSpringVersion();
    bootVersion = Versions.getBootVersion();
}