Skip to content

Instantly share code, notes, and snippets.

@aalmiray
Created November 16, 2020 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalmiray/2bad215c17c034c88597404f1bf6c201 to your computer and use it in GitHub Desktop.
Save aalmiray/2bad215c17c034c88597404f1bf6c201 to your computer and use it in GitHub Desktop.
project:
name: app
version: 1.0.0-SNAPSHOT
description: Sample app
longDescription: Sample app
website: https://kordamp.org/app
authors:
- Andres Almiray
license: Apache-2
javaVersion: 8
packagers:
# disable for all
brew:
enabled: false
release:
repoType: GITHUB
repoOwner: kordamp
distributions:
app:
artifacts:
- { path: /Users/aalmiray/tmp/app/target/distributions/app/app-0.0.0-SNAPSHOT-dist.zip }
scoop: # disable scoop for app
enabled: false
foo:
artifacts:
- { path: /Users/aalmiray/tmp/app/target/distributions/foo/foo-0.0.0-SNAPSHOT-dist.zip }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment