File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
operator-framework-quarkus-extension Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2121 <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>
2323 <compiler-plugin .version>3.8.1</compiler-plugin .version>
2424 <maven .surefire.version>3.0.0-M5</maven .surefire.version>
2525 </properties >
Original file line number Diff line number Diff line change 1717 <properties >
1818 <maven .compiler.source>11</maven .compiler.source>
1919 <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>
2121 <compiler-plugin .version>3.8.1</compiler-plugin .version>
2222 <maven .compiler.parameters>true</maven .compiler.parameters>
2323 </properties >
7878 </plugin >
7979 </plugins >
8080 </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 >
81106</project >
You can’t perform that action at this time.
0 commit comments