Skip to content

loom-quiltflower 1.9.0

Compare
Choose a tag to compare
@Juuxel Juuxel released this 25 May 19:07
· 17 commits to master since this release
7d2857c

Added

  • API methods to use Quiltflower snapshots from the QuiltMC snapshot Maven repository
    • quiltflower.fromLatestQuiltSnapshot(): uses the latest Quiltflower snapshot version
    • quiltflower.fromQuiltSnapshotMaven(): uses the user-specified version from the snapshot repository, similar to fromQuiltMaven() for the release repository
    • SourceFactory.fromQuiltSnapshotMaven(Provider<String>): creates a Quiltflower source that downloads the specified version from the snapshot repository
  • Javadoc jar on Maven

Fixed

  • Gradle 8 incompatibility (#14)