Bassebombecraft

Bassebombecraft

18.5k Downloads

Complete clean up after removal of typesafe dependency

Closed this issue ยท 1 comments

commented

Remove residue configuration from build.gradle

    // Declaration to add dependencies to the JAR, to include the com.typesafe dependency  
    from configurations.embed.collect { it.isDirectory() ? it : zipTree(it) }
commented

Resolved with commit 126c323.