java 17
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
Struchkov Mark 2024-06-24 15:34:05 +03:00
parent cb5ec112dd
commit 77ff3490f0
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ volumes:
steps:
- name: publish
image: maven:3.9-eclipse-temurin-21-alpine
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
privileged: true
volumes:
- name: m2
@ -44,7 +44,7 @@ volumes:
steps:
- name: publish maven central
image: maven:3.9-eclipse-temurin-21-alpine
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
privileged: true
volumes:
- name: m2
@ -80,7 +80,7 @@ volumes:
steps:
- name: publish struchkov nexus
image: maven:3.9-eclipse-temurin-21-alpine
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
privileged: true
volumes:
- name: m2
@ -100,6 +100,6 @@ steps:
- mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy
---
kind: signature
hmac: 54053652fcf007ed0aef0c401ecea7ef48e63c85d7e629ea69184f7dbe44079e
hmac: 35e7c21be35f906950e09e457265963407844b8d1899f46611805d575981ed99
...

View File

@ -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_21)
@SupportedSourceVersion(SourceVersion.RELEASE_17)
@AutoService(Processor.class)
public class FieldNameProcessor extends AbstractProcessor {