barteks2x
05/06/2018, 3:20 PMconfigure<>{} works change recently?
this used to work:
configure<NamedDomainObjectContainer<ReobfTaskFactory.ReobfTaskWrapper>> {
create("shadeJar").apply {
mappingType = ReobfMappingType.SEARGE
}
}
but now it needs to be IReobfuscator instead of ReobfTaskFactory.ReobfTaskWrapper (which is implementation of the IReobfuscator interface)