Skip to content

2.1.0

Compare
Choose a tag to compare
@ferstl ferstl released this 02 Sep 11:08
· 27 commits to master since this release

New Features

  • #35 Add multiline support for rule configuration (Thanks @pkwarren for the contribution). Example:

    <testDependencies>
      org.assertj:assertj-core,
      org.junit.jupiter:junit-jupiter,
      org.junit.jupiter:junit-jupiter-api,
      org.junit.jupiter:junit-jupiter-engine,
      org.junit.jupiter:junit-jupiter-params
    </testDependencies>
    
  • #36 Add Wildcard support for the PedanticDependencyScopeEnforcer.

Improvements

  • Plugin and dependency updates
  • Minor adjustments