Skip to content

Commit

Permalink
Fix dependencies on Gradle plugin marker artifacts in integration tests
Browse files Browse the repository at this point in the history
Only `pom.xml` is published at `io.quarkus:io.quarkus.gradle.plugin` GA coordinates. Same for `io.quarkus.extension`.

See https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers

Signed-off-by: Konstantin Gribov <grossws@gmail.com>
  • Loading branch information
grossws committed Apr 16, 2023
1 parent 7814585 commit 9a75983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
<groupId>io.quarkus</groupId>
<artifactId>io.quarkus.gradle.plugin</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.quarkus.extension</groupId>
<artifactId>io.quarkus.extension.gradle.plugin</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 9a75983

Please sign in to comment.