Skip to content

Commit

Permalink
Change annotation processor supported source version back to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Oct 27, 2023
1 parent bcd8f77 commit fc5ed09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions annotation-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ publishing {
}
}
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public Set<String> getSupportedAnnotationTypes() {

@Override
public SourceVersion getSupportedSourceVersion() {
return SourceVersion.RELEASE_17;
return SourceVersion.RELEASE_11;
}

private static String resolveClassName(final Element element) {
Expand Down

0 comments on commit fc5ed09

Please sign in to comment.