only:gradle clean-up
This commit is contained in:
parent
54c4756fc2
commit
aab67a51ef
|
@ -24,14 +24,6 @@ dependencies {
|
|||
testImplementation global_libs.mockito
|
||||
}
|
||||
|
||||
compileJava.doLast {
|
||||
jar.manifest {
|
||||
attributes(
|
||||
'Built-Date': new Date().toString()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
// yes nasty sorry
|
||||
evaluationDependsOn(':core_ui')
|
||||
evaluationDependsOn(':core_io')
|
||||
|
@ -48,7 +40,8 @@ jar {
|
|||
|
||||
manifest {
|
||||
attributes(
|
||||
'Main-Class': 'com.rusefi.autoupdate.Autoupdate'
|
||||
'Main-Class': 'com.rusefi.autoupdate.Autoupdate',
|
||||
'Built-Date': new Date().toString()
|
||||
)
|
||||
}
|
||||
}
|
|
@ -14,6 +14,7 @@ dependencies {
|
|||
|
||||
shadowJar {
|
||||
dependsOn(':enum_to_string:shadowJar')
|
||||
dependsOn(':config_definition_base:shadowJar')
|
||||
/*
|
||||
to exclude suffix '-all'
|
||||
in resulting archive file name
|
||||
|
|
Loading…
Reference in New Issue