Pin Java version to 1.8.0_312 for Spring Data 2.x.

Closes #200
This commit is contained in:
Mark Paluch
2022-01-18 08:56:10 +01:00
parent c842e464e9
commit 41fd518277
3 changed files with 37 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.data.release.model.Version;
*
* @author Mark Paluch
*/
class JdkUtilityTests {
class JavaRuntimesUnitTests {
@Test
void shouldDiscoverCurrentJavaVersion() {