Enable UI Designer instrumentation in Gradle build
This commit is contained in:
@@ -109,4 +109,5 @@ projectTest {
|
||||
testsJar {}
|
||||
|
||||
classesDirsArtifact()
|
||||
configureInstrumentation()
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
|
||||
compileOnly(ideaSdkDeps("openapi", "idea", "external-system-rt"))
|
||||
compileOnly(ideaSdkDeps("openapi", "idea", "external-system-rt", "forms_rt"))
|
||||
compileOnly(ideaPluginDeps("gradle-tooling-api", "gradle", "gradle-base-services", plugin = "gradle"))
|
||||
compileOnly(ideaPluginDeps("Groovy", plugin = "Groovy"))
|
||||
|
||||
@@ -55,4 +55,6 @@ testsJar()
|
||||
|
||||
projectTest {
|
||||
workingDir = rootDir
|
||||
}
|
||||
}
|
||||
|
||||
configureInstrumentation()
|
||||
|
||||
Reference in New Issue
Block a user