Skip to content

Commit

Permalink
Merge pull request #1451 from mkjensen/zally-issue-1449
Browse files Browse the repository at this point in the history
Increase Java source version from 11 to 17
  • Loading branch information
tkrop authored Jan 23, 2024
2 parents bae01b9 + cb936f9 commit 0c90b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import javax.lang.model.element.TypeElement
import javax.tools.StandardLocation

@AutoService(Processor::class)
@SupportedSourceVersion(SourceVersion.RELEASE_11)
@SupportedSourceVersion(SourceVersion.RELEASE_17)
class RuleProcessor : AbstractProcessor() {

val annotation = Rule::class.java
Expand Down

0 comments on commit 0c90b31

Please sign in to comment.