Do not compile jps tests for android studio
I accidentally enabled compilation in one of my previous commits
This commit is contained in:
@@ -41,7 +41,7 @@ dependencies {
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {
|
"test" {
|
||||||
java.srcDirs("jps-tests/test")
|
// No JPS in AS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ dependencies {
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {
|
"test" {
|
||||||
java.srcDirs("jps-tests/test")
|
// No JPS in AS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user