File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
base/src/main/java/io/quarkus/code/config Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ public interface CodeQuarkusConfig {
11
11
12
12
String name ();
13
13
14
+ Optional <String > favicon ();
15
+
14
16
Optional <String > quarkusPlatformVersion ();
15
17
16
18
Optional <String > quarkusDevtoolsVersion ();
Original file line number Diff line number Diff line change 6
6
<version >5-SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
8
<properties >
9
+ <code-quarkus .version>${project.version} </code-quarkus .version>
10
+
9
11
<compiler-plugin .version>3.11.0</compiler-plugin .version>
10
12
<maven .compiler.release>21</maven .compiler.release>
11
13
<maven .compiler.source>21</maven .compiler.source>
63
65
<type >pom</type >
64
66
<scope >import</scope >
65
67
</dependency >
68
+ <dependency >
69
+ <groupId >io.quarkus.code</groupId >
70
+ <artifactId >code-quarkus</artifactId >
71
+ <version >${project.version} </version >
72
+ </dependency >
66
73
<dependency >
67
74
<groupId >io.quarkiverse.web-bundler</groupId >
68
75
<artifactId >quarkus-web-bundler</artifactId >
You can’t perform that action at this time.
0 commit comments