mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-30 12:48:01 +08:00
![]() This commit fixes the use of version token with Gradle. The standard format with maven is "foo-bar.version" while Gradle uses "fooBarVersion". The former format does not work with Gradle as it attempts to interpret "-" as an operation. A `VersionProperty` now defines a standard structure for the property and allow to derive a camel cased version. That way, Maven still uses the standard format while Gradle generates a consistent "fooBarVersion" property. Closes gh-396 |
||
---|---|---|
.. | ||
src | ||
pom.xml |