All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.jreleaser.templates.init.jreleaser.toml.tpl Maven / Gradle / Ivy

# {{jreleaserCreationStamp}}
[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"
  java.groupId = "com.acme"
  java.version = "8"
  inceptionYear = "@year@"

[release.github]
  owner = "duke"

[distributions.app]
  artifacts = [
    { path = "path/to/{{distributionName}}-{{projectVersion}}.zip" }
  ]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy