[Pill] Do not import modules with the 'FULL' variant
The 'FULL' variant proved to be hardly useful for everyday work. This change is the first step of removing the variant support from Pill.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'jps-compatible'
|
||||
|
||||
configurations {
|
||||
testArtifacts
|
||||
@@ -17,10 +16,6 @@ dependencies {
|
||||
testArtifacts project(':kotlin-reflect')
|
||||
}
|
||||
|
||||
pill {
|
||||
variant = 'FULL'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
test {
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user