and is there any way to simplify that in latest ve...
# gradle
b
and is there any way to simplify that in latest version?
Copy code
configure<NamedDomainObjectContainer<ReobfTaskFactory.ReobfTaskWrapper>> {
    create("shadowJar").apply {
        mappingType = ReobfMappingType.SEARGE
    }
}