You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here shadow.doFirst { if (!files.empty) { def libs = libsProvider.get() libs.addAll files.collect { "${it.name}" } manifest.attributes 'Class-Path': libs.findAll { it }.join(' ') } }
shadow sets 'Class-Path' attribute but i not need it and gradle not provides way to remove manifest attribute
The text was updated successfully, but these errors were encountered:
Here
shadow.doFirst {
if (!files.empty) {
def libs = libsProvider.get()
libs.addAll files.collect { "${it.name}" }
manifest.attributes 'Class-Path': libs.findAll { it }.join(' ')
}
}
shadow sets 'Class-Path' attribute but i not need it and gradle not provides way to remove manifest attribute
The text was updated successfully, but these errors were encountered: