File tree 2 files changed +27
-2
lines changed
operator-framework-quarkus-extension
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
21
21
<maven .compiler.parameters>true</maven .compiler.parameters>
22
- <quarkus .version>1.12.0 .Final</quarkus .version>
22
+ <quarkus .version>1.12.1 .Final</quarkus .version>
23
23
<compiler-plugin .version>3.8.1</compiler-plugin .version>
24
24
<maven .surefire.version>3.0.0-M5</maven .surefire.version>
25
25
</properties >
Original file line number Diff line number Diff line change 17
17
<properties >
18
18
<maven .compiler.source>11</maven .compiler.source>
19
19
<maven .compiler.target>11</maven .compiler.target>
20
- <quarkus .version>1.12.0 .Final</quarkus .version>
20
+ <quarkus .version>1.12.1 .Final</quarkus .version>
21
21
<compiler-plugin .version>3.8.1</compiler-plugin .version>
22
22
<maven .compiler.parameters>true</maven .compiler.parameters>
23
23
</properties >
78
78
</plugin >
79
79
</plugins >
80
80
</build >
81
+
82
+ <profiles >
83
+ <profile >
84
+ <id >native</id >
85
+ <properties >
86
+ <quarkus .package.type>native</quarkus .package.type>
87
+ </properties >
88
+ <build >
89
+ <plugins >
90
+ <plugin >
91
+ <groupId >io.quarkus</groupId >
92
+ <artifactId >quarkus-maven-plugin</artifactId >
93
+ <version >${quarkus.version} </version >
94
+ <executions >
95
+ <execution >
96
+ <goals >
97
+ <goal >build</goal >
98
+ </goals >
99
+ </execution >
100
+ </executions >
101
+ </plugin >
102
+ </plugins >
103
+ </build >
104
+ </profile >
105
+ </profiles >
81
106
</project >
You can’t perform that action at this time.
0 commit comments