quarkusio/Install Quarkus Snapshots
Download and install Quarkus Maven snapshot artifacts from the latest release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The Quarkus branch to install snapshots for | yes | main |
| repository | The repository containing the Maven snapshot releases | yes | quarkusio/quarkus-ecosystem-ci |
| fail-on-missing | Fail the build instead of building Quarkus from source when no snapshot is available | no | false |
Outputs
| name | description |
|---|---|
| quarkus-version | The Quarkus version that was installed |
| quarkus-sha | The Quarkus commit SHA from the snapshot release tag |
| built-from-source | Whether Quarkus was built from source instead of using a snapshot |