Make the build JDK 18+ compatible (#304)

This commit is contained in:
Rick Ossendrijver
2022-10-23 18:15:38 +02:00
committed by GitHub
parent 0118cc6c10
commit e00aba12c3
39 changed files with 111 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ import com.sun.tools.javac.api.BasicJavacTask;
*/
@AutoService(Plugin.class)
public final class RefasterRuleCompiler implements Plugin {
/** Instantiates a new {@link RefasterRuleCompiler} instance. */
public RefasterRuleCompiler() {}
@Override
public String getName() {
return getClass().getSimpleName();