Skip to content

Commit 676a21c

Browse files
Fix jreleaser config (#236)
* Make the operator work Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> * Upgrade xbuilder version Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> * Upgrade xbuilder version Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> * Fix Jreleaser config Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com>
1 parent 6151d9a commit 676a21c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ nb-configuration.xml
4242
!application/src/main/distribution/*
4343

4444
application/workspace/*
45-
jreleaser/templates/article/openapi.*
45+
src/jreleaser/templates/article/openapi.*

application/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ quarkus.smallrye-openapi.info-contact-url=https://project-openubl.github.io/
141141
quarkus.smallrye-openapi.info-license-name=Apache 2.0
142142
quarkus.smallrye-openapi.info-license-url=https://www.apache.org/licenses/LICENSE-2.0.html
143143

144-
quarkus.smallrye-openapi.store-schema-directory=src/jreleaser/templates/article
144+
quarkus.smallrye-openapi.store-schema-directory=../src/jreleaser/templates/article
145145

146146
# XBuilder
147147
quarkus.xbuilder.moneda=PEN
File renamed without changes.

0 commit comments

Comments
 (0)