Let's admit it it's time to move to gradle #3014
This commit is contained in:
parent
b05e7b26ec
commit
a7569795a3
|
@ -24,6 +24,14 @@ dependencies {
|
|||
testImplementation global_libs.mockito
|
||||
}
|
||||
|
||||
compileJava.doLast {
|
||||
jar.manifest {
|
||||
attributes(
|
||||
'Built-Date': new Date().toString()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
// yes nasty sorry
|
||||
evaluationDependsOn(':core_ui')
|
||||
evaluationDependsOn(':core_io')
|
||||
|
|
Loading…
Reference in New Issue