adding lightness?

This commit is contained in:
rusefillc 2023-05-30 23:45:17 -04:00
parent aa97de7098
commit 5fd01bebc8
2 changed files with 3 additions and 18 deletions

Binary file not shown.

View File

@ -9,23 +9,6 @@ dependencies {
api project(':logging')
}
/*
don't use it, otherwise
you'll get jar only with
enum_to_string classes
for the full jar with logging*
use shadowJar task
*/
jar {
archivesBaseName = 'enum2string'
destinationDirectory = file( '$rootDir/../..' )
manifest {
attributes(
'Main-Class': 'com.rusefi.EnumToString'
)
}
}
shadowJar {
/*
to exclude suffix '-all'
@ -36,7 +19,9 @@ shadowJar {
destinationDirectory = file( '$rootDir/../..' )
manifest {
inheritFrom project.tasks.jar.manifest
attributes(
'Main-Class': 'com.rusefi.EnumToString'
)
}
/*