Let's admit it it's time to move to gradle #3014
This commit is contained in:
parent
ed25651db1
commit
eaaed91e82
|
@ -3,6 +3,11 @@ plugins {
|
|||
id 'com.github.johnrengelman.shadow' version '6.1.0'
|
||||
}
|
||||
|
||||
configurations {
|
||||
// not sure what is this and why but it's huge
|
||||
all*.exclude group: 'com.ibm.icu', module: 'icu4j'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':shared_ui')
|
||||
implementation project(':autotest')
|
||||
|
|
Loading…
Reference in New Issue