java 17
This commit is contained in:
parent
cb5ec112dd
commit
77ff3490f0
@ -15,7 +15,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: maven:3.9-eclipse-temurin-21-alpine
|
image: hub.docker.struchkov.dev/maven:3.9-eclipse-temurin-17-alpine
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
@ -44,7 +44,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish maven central
|
- 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
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
@ -80,7 +80,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish struchkov nexus
|
- 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
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
@ -100,6 +100,6 @@ steps:
|
|||||||
- mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy
|
- mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 54053652fcf007ed0aef0c401ecea7ef48e63c85d7e629ea69184f7dbe44079e
|
hmac: 35e7c21be35f906950e09e457265963407844b8d1899f46611805d575981ed99
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -18,7 +18,7 @@ import javax.lang.model.element.TypeElement;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
@SupportedAnnotationTypes("dev.struchkov.haiti.utils.fieldconstants.annotation.FieldNames")
|
@SupportedAnnotationTypes("dev.struchkov.haiti.utils.fieldconstants.annotation.FieldNames")
|
||||||
@SupportedSourceVersion(SourceVersion.RELEASE_21)
|
@SupportedSourceVersion(SourceVersion.RELEASE_17)
|
||||||
@AutoService(Processor.class)
|
@AutoService(Processor.class)
|
||||||
public class FieldNameProcessor extends AbstractProcessor {
|
public class FieldNameProcessor extends AbstractProcessor {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user