Open gamma-delta opened 2 years ago
Hello,
I would like to use Cursegradle to automate uploading of my cross-platform library mod. Unfortunately, when I add the plugin to my project, I get the following error on syncing the project:
Caused by: java.lang.NoSuchMethodError: 'com.google.common.io.ByteSource com.google.common.io.CharSource.asByteSource(java.nio.charset.Charset)'
The full crashlog is here.
I have done nothing but paste id "com.matthewprenger.cursegradle" version "1.4.0" into my plugins block.
id "com.matthewprenger.cursegradle" version "1.4.0"
plugins
Hello,
I would like to use Cursegradle to automate uploading of my cross-platform library mod. Unfortunately, when I add the plugin to my project, I get the following error on syncing the project:
The full crashlog is here.
I have done nothing but paste
id "com.matthewprenger.cursegradle" version "1.4.0"
into myplugins
block.