Skip to content

Commit c571f5a

Browse files
authored
Merge pull request #29869 from holly-cummins/remake-kotlin-parent-first
2 parents 0438237 + ea5625d commit c571f5a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

extensions/kotlin/runtime/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@
1919
<groupId>io.quarkus</groupId>
2020
<artifactId>quarkus-extension-maven-plugin</artifactId>
2121
<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>
2238
<lesserPriorityArtifacts>
2339
<!--
2440
see https://github.com/quarkusio/quarkus/issues/8405

0 commit comments

Comments
 (0)