Skip to content

Releases: AlmostReliable/almostgradle

v2.1.1

28 Apr 06:57

Choose a tag to compare

  • fixed recipe viewers using long internal name instead of short id (REI is now rei instead of roughlyenoughitems)

v2.1.0

26 Apr 15:15

Choose a tag to compare

  • added option to split run configuration directories
  • fixed data generation feature not working with Minecraft 26.1+ because of client and server separation
  • fixed inconsistent internal names for recipe viewer run configurations
  • changed build directory resolving to use built-in Gradle method

v2.0.0

23 Apr 13:27

Choose a tag to compare

Note: This release is a new major version and includes breaking changes.

  • added support for NeoForge test framework
  • added support for JUnit tests
  • added global option to change mod package
  • added API JAR option to build JAR and sources from sub-package
  • removed support for dedicated API source set
  • changed test mod definition to decouple it from vanilla game tests
  • changed build config feature to use global mod package path
  • updated internal ModDevGradle version to 2.0.138
  • updated minimum ModDevGradle version to 2.0.138 for compatibility with unobfuscated sources
  • updated default Java target version to Java 25
  • fixed wrong Roughly Enough Items recipe viewer mod id
  • fixed datagen properties not working
  • fixed Maven publishing not using the mod id as path

v1.5.2

24 Mar 17:59

Choose a tag to compare

  • revert fix for ignoring commented properties
  • introduced error for commented properties due to conflicts with Gradle property expansion

v1.5.1

24 Mar 16:53

Choose a tag to compare

  • fixed commented lines in mods.toml files not being ignored when checking for placeholders

v1.5.0

04 Jan 22:40

Choose a tag to compare

  • added option to set the project Java version, defaults to Java 21
  • added option to validate access transformers, enabled by default
  • removed explicit loading of the BuildConfig plugin
  • fixed classpath being resolved too early

v1.4.1

25 Oct 21:42

Choose a tag to compare

  • fixed BuildConfig plugin not being published transitively

v1.4.0

25 Oct 21:16

Choose a tag to compare

  • added plugin version output to setup log messages
  • added possibility to load multiple dependencies for recipe viewers (#4)
  • added automatically injected placeholders to specify recipe viewer minimum version constraints (#4)
  • fixed JEI recipe viewer not loading the common API sources (#4)
  • changed resize client launch argument to be enabled by default

v1.3.0

03 Jun 15:52

Choose a tag to compare

  • added option for disable loading the test mod in recipe viewer run configs
  • fixed recipe viewer run configs not loading the test source set and not executing compile tasks

v1.2.0

17 Apr 15:10

Choose a tag to compare

  • added check for minimal Gradle version
  • added check for minimal ModDevGradle version
  • updated internal ModDevGradle version to 2.0.80
  • updated minimum ModDevGradle version to 2.0.64-beta
  • updated Gradle wrapper to 8.12.1
  • updated minimum Gradle version to 8.12.1
  • changed datagen run directory to temporary directory to avoid crashes with file-based runtime mods
  • changed game test namespace to the test mod instead of the main mod
  • changed game test run directory to temporary directory to improve load time