Skip to content

Commit

Permalink
Correctly use 6.5.+ in classpathFromResources
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 20, 2025
1 parent b14ab3a commit 9f679a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static Stream<String[]> generateTestParameters() {
@Override
public void defaults(RecipeSpec spec) {
spec.recipe(new MigrateResultCheckStyleToExpectation())
.parser(JavaParser.fromJavaVersion().classpathFromResources(new InMemoryExecutionContext(), "hibernate-core-6.5+"));
.parser(JavaParser.fromJavaVersion().classpathFromResources(new InMemoryExecutionContext(), "hibernate-core-6.5.+"));
}

@DocumentExample
Expand Down

0 comments on commit 9f679a2

Please sign in to comment.