File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
extensions/kotlin/runtime Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 19
19
<groupId >io.quarkus</groupId >
20
20
<artifactId >quarkus-extension-maven-plugin</artifactId >
21
21
<configuration >
22
+ <parentFirstArtifacts >
23
+ <parentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib-jdk8</parentFirstArtifact >
24
+ <parentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib-jdk7</parentFirstArtifact >
25
+ <parentFirstArtifact >org.jetbrains.kotlin:kotlin-reflect</parentFirstArtifact >
26
+ <parentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib</parentFirstArtifact >
27
+ <parentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib-common</parentFirstArtifact >
28
+ <parentFirstArtifact >org.jetbrains:annotations</parentFirstArtifact >
29
+ </parentFirstArtifacts >
30
+ <runnerParentFirstArtifacts >
31
+ <runnerParentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib-jdk8</runnerParentFirstArtifact >
32
+ <runnerParentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib-jdk7</runnerParentFirstArtifact >
33
+ <runnerParentFirstArtifact >org.jetbrains.kotlin:kotlin-reflect</runnerParentFirstArtifact >
34
+ <runnerParentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib</runnerParentFirstArtifact >
35
+ <runnerParentFirstArtifact >org.jetbrains.kotlin:kotlin-stdlib-common</runnerParentFirstArtifact >
36
+ <runnerParentFirstArtifact >org.jetbrains:annotations</runnerParentFirstArtifact >
37
+ </runnerParentFirstArtifacts >
22
38
<lesserPriorityArtifacts >
23
39
<!--
24
40
see https://github.com/quarkusio/quarkus/issues/8405
You can’t perform that action at this time.
0 commit comments