Extract test files from GradleInspectionTest into testData

This commit is contained in:
Mikhail Glukhikh
2018-11-07 12:53:36 +03:00
parent eae7e43583
commit 52815f5eb5
16 changed files with 276 additions and 349 deletions
@@ -0,0 +1,21 @@
group 'Again'
version '1.0-SNAPSHOT'
buildscript {
repositories {
mavenCentral()
maven {
url 'http://dl.bintray.com/kotlin/kotlin-eap'
}
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.40-eap-51")
}
}
apply plugin: 'kotlin'
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.40-eap-51"
}