Skip to content

Releases: SpongePowered/VanillaGradle

VanillaGradle v0.2

17 May 05:24
Compare
Choose a tag to compare

This is a breaking release of VanillaGradle, changing its internal resolution system fairly significantly. There are minimal changes to the user-facing configuration, but this release significantly increases the efficiency of dependency resolution.

  • Run configurations are generated for Eclipse
  • Sources are now visible in-IDE for Eclipse and IntelliJ IDEA
  • Asset download task now validates existing assets
  • Minecraft artifacts are now only generated when changed, improving build performance
  • Non-access widened jars are stored in a global shared cache rather than per-project
  • Custom version manifests can be provided for out-of-band releases, such as combat snapshots, using the `includedVersion` extention property
  • The javaVersion field recently added to Mojang launcher manifests is now used to determine which Java version is used in run configurations

v0.1

01 Feb 08:40
Compare
Choose a tag to compare

Initial release

This aims to be a stable base to develop on, but we expect there to be some rough edges as the project matures.