Add rules to enforce kordamp.base properties
leonard84 opened this issue · 2 comments
leonard84 commented
We'd like to be able to enforce, that projects have to set certain properties of the kordamp config
, for example the scm
properties.
aalmiray commented
There is a base class https://github.com/kordamp/enforcer-gradle-plugin/blob/master/core/enforcer-rules/src/main/groovy/enforcer/rules/kordamp/AbstractKordampEnforcerRule.groovy that can be used to implement other Kordamp related rules.