Skip to content

Releases: gradlex-org/build-parameters

1.4.4

05 Apr 14:33
5fea3e3
Compare
Choose a tag to compare
  • [New] #185 String '1' is accepted as a truthy value for boolean parameters.
  • [Fixed] #88 Example for boolean parameters with default false should be setting it to true. Thanks to @timyates.

1.4.3

08 Mar 08:13
Compare
Choose a tag to compare
  • [Fixed] #100 Parameter validation ignores parameters from the org.gralde namespace
  • [Fixed] #93 Generated Enum's toString() method returns the un-escaped value

1.4.2

07 Feb 19:35
v1.4.2
f2a423a
Compare
Choose a tag to compare
  • [Fixed] #87 Code generation is locale sensitive and generates invalid code on some locales

1.4.1

05 Feb 14:12
7976ab1
Compare
Choose a tag to compare
  • [Fixed] #80 Parameter validation fails IDEA sync
  • [Fixed] #78 Parameters task not compatible with configuration cache

1.4

05 Feb 14:04
2e855c4
Compare
Choose a tag to compare
1.4
  • [New] #7 ':parameters' help task
  • [New] #28 Throw error if a non-existing parameter is set via -P and if -D is used to set a parameter
  • [New] #25 Mandatory parameters that give an actionable error if not set
  • [New] #64 Enum parameter values that contain '-' or '.' and values that are Java keywords

1.3

08 Nov 12:23
v1.3
83ea63d
Compare
Choose a tag to compare
1.3
  • [New] #18 Fail the build when it's running on an unsupported Gradle version
  • [New] #52 Groups should have a description
  • [New] #53 Render descriptions into getters JavaDoc
  • [New] #54 PluginCodeGeneration should be cacheable

1.2

20 Oct 09:48
Compare
Choose a tag to compare
1.2
  • [New] #42 Boolean parameters: empty string maps to 'true' and invalid value fails the build (instead of silently mapping to 'false')
  • [New] #40 Allow defining parameters without configuration action
  • [Fixed] #43 Parameter groups cannot be used in settings files

1.1

26 Aug 09:53
419e0bf
Compare
Choose a tag to compare
1.1
  • [New] #24 Build parameters are also available in settings files

1.0

13 Aug 15:52
7066a8a
Compare
Choose a tag to compare
1.0
v1.0