Skip to content

Commit

Permalink
Increase Java source version from 11 t 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjensen committed May 4, 2023
1 parent e6a810e commit ef9ad84
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 ef9ad84

Please sign in to comment.