Fix gradle support for non-kts scripts for inter-project dependencies

This commit is contained in:
Ilya Chernikov
2018-10-01 16:58:59 +02:00
parent c50e880173
commit da9c486a70
@@ -74,7 +74,8 @@ open class DiscoverScriptExtensionsTask : DefaultTask() {
@get:Internal @get:Internal
internal var sourceSet: SourceSet by Delegates.notNull() internal var sourceSet: SourceSet by Delegates.notNull()
@get:Internal @get:InputFiles
@get:Classpath
internal var discoveryClasspathConfiguration: Configuration by Delegates.notNull() internal var discoveryClasspathConfiguration: Configuration by Delegates.notNull()
@get:Internal @get:Internal