only:gradle clean-up

This commit is contained in:
rusefillc 2023-07-04 00:16:08 -04:00
parent 54c4756fc2
commit aab67a51ef
2 changed files with 3 additions and 9 deletions

View File

@ -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()
)
}
}

View File

@ -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