matthewprenger / CurseGradle

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

Feature Request: Specify Required Java Version #5

Closed shadowfacts closed 8 years ago

shadowfacts commented 8 years ago

CurseForge allows you to specify the required Java version for files, and it would be awesome if CurseGradle could pull this automatically from the project's targetCompatibility.

matthewprenger commented 8 years ago

I'm not sure that the CurseForge API supports this. I'll poke curse people to confirm.

matthewprenger commented 8 years ago

@shadowfacts Apparently you can do this manually through addGameVersion 'Java 8'. I'll see about detecting and setting this automatically.