IntelliJ disables Jalopy for a specific project

How to disable Jalopy for a specific project in IntelliJ Idea 14 or 15?

It doesn't seem to be very friendly with Java8, but all other projects are in Java7. Therefore, I need to selectively disable Jalopy. Or maybe it would be nice to include it only for specific projects.

Can someone provide a kind of textbook. The answer suggested using aliases, but I would like to see how.

+4
source share
1 answer

You can configure jalopy with an alias, just do not include your project in an alias if you do not want to run the Jalopy configuration for this project / module.

-one
source

All Articles