Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

gradle-processors v1.4.0

Compare
Choose a tag to compare
@dansanduleac dansanduleac released this 12 Oct 16:43
· 111 commits to master since this release
fe91df5

Stop manipulating .idea/compiler.xml when importing from IDEA (#90)

Motivation

If importing from IntelliJ, the annotation processor needs to be configured differently based on whether you're importing using 'separate source sets' or not. The plugin only worked in the former case.

In order to avoid further complexity to make both cases work, we've decided to remove that logic altogether. The plugin now only supports out-of-the-box configuration when calling ./gradlew idea.