Skip to content

Commit

Permalink
Use quarkus.native.resources.includes in place of IncludeResources na…
Browse files Browse the repository at this point in the history
…tive build arg
  • Loading branch information
jamesnetherton committed Jul 21, 2021
1 parent 6229821 commit afeac6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
## ---------------------------------------------------------------------------

quarkus.camel.graphql.query-files=classpath:graphql/bookQuery.graphql
quarkus.native.additional-build-args = -H:IncludeResources=graphql/schema.graphql
quarkus.native.resources.includes = graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Quarkus
#
quarkus.native.additional-build-args = -H:IncludeResources=jsse/.*,-H:IncludeResources=restcountries/cz.json
quarkus.native.resources.includes = jsse/*,restcountries/*

# Basic authentication configuration
quarkus.security.users.embedded.enabled=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
#

## include xml routes and scheme
quarkus.native.additional-build-args = -H:IncludeResources=person.xsd
quarkus.native.resources.includes = person.xsd

Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
## limitations under the License.
## ---------------------------------------------------------------------------

quarkus.native.additional-build-args = -H:IncludeResources=.*(io|ssl)/.*
quarkus.native.resources.includes = io/*,ssl/*

0 comments on commit afeac6f

Please sign in to comment.