Skip to content

Commit a5bd5da

Browse files
committed
Partially revert #29697, to make kotlin loaded parent first again
1 parent 140bdce commit a5bd5da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

extensions/kotlin/runtime/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
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+
</parentFirstArtifacts>
29+
<runnerParentFirstArtifacts>
30+
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-jdk8</runnerParentFirstArtifact>
31+
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-jdk7</runnerParentFirstArtifact>
32+
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-reflect</runnerParentFirstArtifact>
33+
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib</runnerParentFirstArtifact>
34+
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-common</runnerParentFirstArtifact>
35+
</runnerParentFirstArtifacts>
2236
<lesserPriorityArtifacts>
2337
<!--
2438
see https://github.com/quarkusio/quarkus/issues/8405

0 commit comments

Comments
 (0)