Pill: Mark more projects as 'jps-compatible' in FULL variant

This commit is contained in:
Yan Zhulanow
2019-04-12 04:46:05 +03:00
parent ae747196c2
commit 0dfe122a40
12 changed files with 66 additions and 1 deletions
@@ -1,4 +1,5 @@
apply plugin: 'kotlin'
apply plugin: 'jps-compatible'
configureJvmProject(project)
configurePublishing(project)
@@ -8,6 +9,10 @@ repositories {
jcenter()
}
pill {
variant = 'FULL'
}
dependencies {
compile project(':kotlin-gradle-plugin-api')
compile project(':kotlin-gradle-plugin-model')