Skip to content

Instantly share code, notes, and snippets.

@jprinet
Last active August 22, 2024 09:28
Show Gist options
  • Save jprinet/2b8811fdfebb1399daf5341aa7f89c55 to your computer and use it in GitHub Desktop.
Save jprinet/2b8811fdfebb1399daf5341aa7f89c55 to your computer and use it in GitHub Desktop.
Quarkus build caching extension configuration
<extensions>
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
<version>1.22</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
<artifactId>quarkus-build-caching-extension</artifactId>
<version>1.8</version>
</extension>
</extensions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment