Initial commit
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

This commit is contained in:
Erik C. Thauvin 2025-01-16 15:27:20 -08:00
commit fe3040fd8b
Signed by: erik
GPG key ID: 776702A6A2DA330E
51 changed files with 1365 additions and 0 deletions

38
examples/jreleaser.json Normal file
View file

@ -0,0 +1,38 @@
{
"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"
}
]
}
}
}