Skip to content

Support for custom Ajc parameters

Latest
Compare
Choose a tag to compare
@sedovalx sedovalx released this 18 Jan 11:11
· 7 commits to master since this release

Now you may use the additionalAjcParams property to pass additional arguments to Ajc

aspectjBinary {
  weaveCLasses {
    additionalAjcParams = ['-proceedOnError']
  }
}