jgitver / jgitver/gradle-jgitver-plugin
Using 0.10.0-rc0X breaks policies
- Dominant language
- Java
- Stars
- 47
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
When upgrading from 0.9.1 to any 0.10.0 release candidate the policy blocks fail to be applied.
Config:
```
jgitver {
policy {
pattern = '(.*)'
transformations = ['REMOVE_UNEXPECTED_CHARS', 'LOWERCASE_EN']
}
}
```
Command: `.\gradlew.bat clean version`
0.9.1 output
```
> Task :version
Version: 1.0.1-1-featureruntimecerts
```
0.10.0-rc03 output
```
> Task :version
Version: 1.0.1-1-feature_runtime_certs
```
Gradle version:
```
------------------------------------------------------------
Gradle 6.3
------------------------------------------------------------
Build time: 2020-03-24 19:52:07 UTC
Revision: bacd40b727b0130eeac8855ae3f9fd9a0b207c60
Kotlin: 1.3.70
Groovy: 2.5.10
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 12 (Oracle Corporation 12+33)
OS: Windows 10 10.0 amd64
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.