matthewprenger / CurseGradle

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

getting a null on changelog type when using cursegradle 1.0.3 #1

Closed Vectron closed 8 years ago

Vectron commented 8 years ago

when i try and use cursegradle version 1.0.3 i get the next error:

link to Gradle Output

link to build.gradle

this error does not happen with version 1.0.1

matthewprenger commented 8 years ago

OK, as a temporary workaround until I get it fixed add mainArtifact jar inside the project { } block.

Vectron commented 8 years ago

that fixed it,

as a note i also had to add "addGameVersion" else the script wouldnt deploy to curseforge

matthewprenger commented 8 years ago

Yeah I need to update my ForgeGradle detection for FG2. It's on my TODO list.