Skip to content

Commit 020775e

Browse files
committed
chore: configure native tests in a non-deprecated way
1 parent 48bcb7c commit 020775e

File tree

2 files changed

+2
-2
lines changed
  • quarkus-integration
    • quarkus-jackson/integration-test
    • quarkus-jsonb/integration-test

2 files changed

+2
-2
lines changed

quarkus-integration/quarkus-jackson/integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</plugins>
120120
</build>
121121
<properties>
122-
<quarkus.package.type>native</quarkus.package.type>
122+
<quarkus.native.enabled>true</quarkus.native.enabled>
123123
</properties>
124124
</profile>
125125
</profiles>

quarkus-integration/quarkus-jsonb/integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
</plugins>
128128
</build>
129129
<properties>
130-
<quarkus.package.type>native</quarkus.package.type>
130+
<quarkus.native.enabled>true</quarkus.native.enabled>
131131
</properties>
132132
</profile>
133133
</profiles>

0 commit comments

Comments
 (0)