The upcoming IntelliJ Platfrom Gradle plugin has a new syntax for defining IDE related dependencies that sortDependencies does not like. ./gradlew checkSortDependencies oddly enough passes but the sortDependencies task will fail when running into this syntax.
The upcoming IntelliJ Platfrom Gradle plugin has a new syntax for defining IDE related dependencies that
sortDependencies
does not like../gradlew checkSortDependencies
oddly enough passes but thesortDependencies
task will fail when running into this syntax.