Fix ide dependencies in gradle-plugin module

This commit is contained in:
Ilya Chernikov
2017-10-04 12:12:43 +02:00
parent f48d0f4b15
commit f00fcddc76
2 changed files with 12 additions and 8 deletions
@@ -31,11 +31,6 @@ projectTest {
workingDir = projectDir
}
val jar by tasks
jar.apply {
enabled = false
}
runtimeJar(task<ShadowJar>("shadowJar")) {
from(packedJars)
from(the<JavaPluginConvention>().sourceSets.getByName("main").output)