Get rid of test-to-production dependencies as it's not supported in plain IDEA projects
This commit is contained in:
@@ -24,7 +24,7 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"main" { }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user