Closed csmith closed 7 years ago
IDEA gets super confused when you take a jar task and make it not a jar task. These are only really used when running from CI (running ./gradlew jar in meta will still trigger all of the :plugin:XXX:jar tasks), so the names don't matter.
./gradlew jar
:plugin:XXX:jar
IDEA gets super confused when you take a jar task and make it not a jar task. These are only really used when running from CI (running
./gradlew jar
in meta will still trigger all of the:plugin:XXX:jar
tasks), so the names don't matter.