1.20
This commit is contained in:
parent
49751521f8
commit
8633b8e40d
|
|
@ -32,7 +32,7 @@ class TabooLibPlugin implements Plugin<Project> {
|
|||
task.classifier = tabooExt.classifier
|
||||
task.relocations['taboolib'] = project.group.toString() + '.taboolib'
|
||||
if (!tabooExt.options.contains("skip-kotlin") && !tabooExt.options.contains("skip-kotlin-relocate")) {
|
||||
task.relocations['kotlin.'] = 'kotlin.' + kv
|
||||
task.relocations['kotlin.'] = 'kotlin' + kv + '.'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue