Skip to content

Commit

Permalink
updated wizard expectation for Java 21 project
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 16, 2024
1 parent cc880a1 commit c46acc9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Workflow {
}
validator = {
// composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"

// Enables several checks on the inferred Jvm model for Xbase languages concerning Java inheritance relations
// composedCheck = "org.eclipse.xtext.xbase.validation.JvmGenericTypeValidator"

// Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage
generateDeprecationValidation = true
}
Expand Down

0 comments on commit c46acc9

Please sign in to comment.