-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extension catalog request API to resolve catalogs that include platfo…
…rm and/or non-platform extensions integrated into the command line devtools
- Loading branch information
1 parent
ce0fc76
commit 1918828
Showing
277 changed files
with
6,696 additions
and
8,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
devtools/bom-descriptor-json/src/main/resources/catalog-overrides.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"metadata":{ | ||
"project": { | ||
"properties": { | ||
"doc-root": "https://quarkus.io", | ||
"rest-assured-version": "${rest-assured.version}", | ||
"compiler-plugin-version": "${compiler-plugin.version}", | ||
"surefire-plugin-version": "${version.surefire.plugin}", | ||
"kotlin-version": "${kotlin.version}", | ||
"scala-version": "${scala.version}", | ||
"scala-plugin-version": "${scala-plugin.version}", | ||
"quarkus-core-version": "${project.version}", | ||
"maven-plugin-groupId": "${project.groupId}", | ||
"maven-plugin-artifactId": "quarkus-maven-plugin", | ||
"maven-plugin-version": "${project.version}", | ||
"gradle-plugin-id": "io.quarkus", | ||
"gradle-plugin-version": "${project.version}", | ||
"supported-maven-versions": "${supported-maven-versions}", | ||
"proposed-maven-version": "${proposed-maven-version}", | ||
"maven-wrapper-version": "${maven-wrapper.version}", | ||
"gradle-wrapper-version": "${gradle-wrapper.version}" | ||
} | ||
}, | ||
"codestarts-artifacts": [ | ||
"${project.groupId}:quarkus-platform-descriptor-json::jar:${project.version}" | ||
] | ||
} | ||
} |
Oops, something went wrong.