bld-jreleaser/examples/jreleaser.json
Erik C. Thauvin fe3040fd8b
Some checks failed
bld-ci / build-bld-project (17) (push) Has been cancelled
bld-ci / build-bld-project (21) (push) Has been cancelled
bld-ci / build-bld-project (23) (push) Has been cancelled
Initial commit
2025-01-16 15:27:20 -08:00

38 lines
647 B
JSON

{
"project": {
"name": "app",
"version": "1.0.0-SNAPSHOT",
"description": "Awesome App",
"longDescription": "Awesome App",
"authors": [
"Duke"
],
"license": "Apache-2.0",
"links": {
"homepage": "https://acme.com/app"
},
"languages" {
"java": {
"groupId": "com.acme",
"version": "8"
},
}
"inceptionYear": "2025"
},
"release": {
"github": {
"owner": "duke"
}
},
"distributions": {
"app": {
"artifacts": [
{
"path": "path/to/{{distributionName}}-{{projectVersion}}.zip"
}
]
}
}
}