yetanalytics/Clojars Deployment
Build a JAR and deploy to Clojars
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| group-id | The Clojars Group ID. Defaults to 'com.yetanalytics'. | no | com.yetanalytics |
| artifact-id | The Clojars Artifact ID (i.e. the name of the lib itself) | yes | — |
| license-name | The license that the project is distributed under. Defaults to 'Apache-2.0'. | no | Apache-2.0 |
| license-url | A URL that links to the text of the license. Defaults to 'https://www.apache.org/licenses/LICENSE-2.0.txt'. | no | https://www.apache.org/licenses/LICENSE-2.0.txt |
| version | The version string. | yes | — |
| src-dirs | A quoted array of the source directories. Defaults to '["src/main"]'. | no | ["src/main"] |
| resource-dirs | A quoted array of the resource directories. Defaults to '["resources"]'. Pass '[]' if no resource directories exist. | no | ["resources"] |
| publish | Whether or not to actually publish to Clojars. Default true; turn off for debugging. | no | true |
| clojars-username | The Clojars username (should be stored as a GitHub secret). | yes | — |
| clojars-deploy-token | The Clojars deploy token (should be stored as a GitHub secret). | yes | — |
Outputs
no outputs