mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Make the build JDK 18+ compatible (#304)
This commit is contained in:
committed by
GitHub
parent
0118cc6c10
commit
e00aba12c3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user