Can't use gradle-jitpack to build the tonegodemitter version used in the editor

Issue #122 resolved
NemesisMate created an issue

I'm trying to use jitpack with gradle to compile the tonegodemitter version used in the editor to support the particles done with it. Howevers, each time I try to refresh the gradle dependencies It throws:

Error:(56, 13) Failed to resolve: com.github.JavaSaBr:tonegodemitter:master-SNAPSHOT

I'm using jitpack with other projects without problems. The relevant gradle configuration part I'm using is:

repositories { maven { url "https://jitpack.io" } }

dependencies { compile 'com.github.JavaSaBr:tonegodemitter:master-SNAPSHOT' }

Comments (2)

  1. Log in to comment