zyxist / chainsaw

Gradle plugin: adds support for building Java 9 modules.
Apache License 2.0
70 stars 4 forks source link

Chainsaw 0.3.1 incompatible with java-gradle-plugin #38

Open rgoldberg opened 6 years ago

rgoldberg commented 6 years ago

Chainsaw 0.3.1 incompatible with java-gradle-plugin.

When using the following plugins block with Gradle Wrapper 4.8.1, Java 10.0.1+10 & macOS 10.13.5:

plugins {
    `java-gradle-plugin`
    id("com.zyxist.chainsaw") version "0.3.1"
}

I get the following error:

Cannot change dependencies of configuration ':testCompile' after it has been included in dependency resolution.