pgreze/kts-auto-proxy
GitHub Action for Kotlin scripts that replaces @file:Repository annotated repositories with their proxy equivalents.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_path | Path to the kotlin script file. | yes | — |
| output_path | Specify the output path. Keep empty to overwrite the input file. | no | — |
| maven_central_proxy | URL of the maven central proxy. This is always specified in order to overwrite the default one. | yes | — |
| repos_to_proxies | List of repositories with their proxies, separated by " -> " separator. | no | — |
Outputs
| name | description |
|---|---|
| output_path | Path to the output file. |