Skip to content

Commit

Permalink
Adapt to initializr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jun 5, 2024
1 parent f52cd35 commit 927f4e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void mavenBuildWithSupportedOptionsDoesNotDowngradeJavaVersion(String language,
@MethodSource("supportedGradleGroovyParameters")
void gradleGroovyBuildWithSupportedOptionsDoesNotDowngradeJavaVersion(String language, String javaVersion,
String springBootVersion) {
assertThat(gradleBuild(project(language, javaVersion, springBootVersion))).hasSourceCompatibility(javaVersion);
assertThat(gradleBuild(project(language, javaVersion, springBootVersion))).hasToolchainForJava(javaVersion);
}

@Test
Expand Down

0 comments on commit 927f4e7

Please sign in to comment.