This commit is contained in:
parent
27e764ef11
commit
d46c9533fe
4
pom.xml
4
pom.xml
@ -20,7 +20,7 @@
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<java.version>21</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@ -55,6 +55,8 @@
|
||||
<version>${google.auto.service.version}</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
@ -18,7 +18,7 @@ import javax.lang.model.element.TypeElement;
|
||||
import java.util.Set;
|
||||
|
||||
@SupportedAnnotationTypes("dev.struchkov.haiti.utils.fieldconstants.annotation.FieldNames")
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_17)
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_21)
|
||||
@AutoService(Processor.class)
|
||||
public class FieldNameProcessor extends AbstractProcessor {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user