Fix test dependencies in jps-plugin
Otherwise tests fail on clean checkout
This commit is contained in:
@@ -35,19 +35,18 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijDep())
|
testRuntime(intellijDep())
|
||||||
testRuntime(projectDist(":kotlin-reflect"))
|
testRuntime(projectDist(":kotlin-reflect"))
|
||||||
|
testRuntime(projectDist(":kotlin-compiler"))
|
||||||
|
testRuntime(projectDist(":kotlin-script-runtime"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {
|
"test" {
|
||||||
java.srcDirs("jps-tests/test"
|
java.srcDirs("jps-tests/test")
|
||||||
/*, "kannotator-jps-plugin-test/test"*/ // Obsolete
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest {
|
projectTest {
|
||||||
dependsOn(":kotlin-compiler:dist")
|
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,19 +35,18 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijDep())
|
testRuntime(intellijDep())
|
||||||
testRuntime(projectDist(":kotlin-reflect"))
|
testRuntime(projectDist(":kotlin-reflect"))
|
||||||
|
testRuntime(projectDist(":kotlin-compiler"))
|
||||||
|
testRuntime(projectDist(":kotlin-script-runtime"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {
|
"test" {
|
||||||
java.srcDirs("jps-tests/test"
|
java.srcDirs("jps-tests/test")
|
||||||
/*, "kannotator-jps-plugin-test/test"*/ // Obsolete
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest {
|
projectTest {
|
||||||
dependsOn(":kotlin-compiler:dist")
|
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,19 +34,18 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijDep())
|
testRuntime(intellijDep())
|
||||||
testRuntime(projectDist(":kotlin-reflect"))
|
testRuntime(projectDist(":kotlin-reflect"))
|
||||||
|
testRuntime(projectDist(":kotlin-compiler"))
|
||||||
|
testRuntime(projectDist(":kotlin-script-runtime"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {
|
"test" {
|
||||||
/*java.srcDirs("jps-tests/test"
|
java.srcDirs("jps-tests/test")
|
||||||
/*, "kannotator-jps-plugin-test/test"*/ // Obsolete
|
|
||||||
)*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest {
|
projectTest {
|
||||||
dependsOn(":kotlin-compiler:dist")
|
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,19 +34,18 @@ dependencies {
|
|||||||
}
|
}
|
||||||
testRuntime(intellijDep())
|
testRuntime(intellijDep())
|
||||||
testRuntime(projectDist(":kotlin-reflect"))
|
testRuntime(projectDist(":kotlin-reflect"))
|
||||||
|
testRuntime(projectDist(":kotlin-compiler"))
|
||||||
|
testRuntime(projectDist(":kotlin-script-runtime"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {
|
"test" {
|
||||||
/*java.srcDirs("jps-tests/test"
|
java.srcDirs("jps-tests/test")
|
||||||
/*, "kannotator-jps-plugin-test/test"*/ // Obsolete
|
|
||||||
)*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest {
|
projectTest {
|
||||||
dependsOn(":kotlin-compiler:dist")
|
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user