matthewprenger / CurseGradle

Gradle plugin to upload Minecraft mods to CurseForge
MIT License
1 stars 1 forks source link

java.lang.NoSuchMethodError when including cursegradle #38

Open gamma-delta opened 2 years ago

gamma-delta commented 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.