wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

default version in template #9

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

Description

To be able to configure the version of the package to pack we need to change version behavior

The default value for the version parameter in the PaketPack task will be determined like this:

  1. use version in paket.template if available
  2. fallback to project.version if available (!=unspecified)

If the default value for version property couldn't be set and the task wasn't configured with a custom version, gradle will fail.

Changes

IMPROVE paket pack default version behavior IMPROVE create single PaketTemplate utility class

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling 4cc5018424242273e44b58abc834f4b81a7a3fd9 on enhance/default_version_in_template into on master.