Skip to content

Commit

Permalink
Remove quarkus-extension-processor from cache-runtime-spi
Browse files Browse the repository at this point in the history
It is not an extension so it shouldn't be treated as such.

I have no idea why but it causes some issues when building with an empty
repository so let's get rid of it given it's useless.
  • Loading branch information
gsmet committed Jan 22, 2025
1 parent b6bd029 commit 3a4cf41
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions extensions/cache/runtime-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>


</project>

0 comments on commit 3a4cf41

Please sign in to comment.