Igor Zarvanskyi

Results 3 comments of Igor Zarvanskyi

@Benjamin-Dobell Voting for this one. Also would be great to bump minimum to EmmyLua 1.4.2, in which indexing system were rewritten.

Workaround I used for real proguard task, just in case someone has similar issue. ```groovy try { libraryjars(configurations.compileClasspath.getFiles()) } catch (Exception e) { logger.error("Were not able to resolve complileClasspath. Fallback...

@hsz Thanks for fast response. Is it possible to put some workaround into on of the nearest releases? For example, output warning insead of failing whole `compileClasspath` resolving? Or put...