Skip to content

v1.0.0-alpha02

Pre-release
Pre-release

Choose a tag to compare

@sufarook sufarook released this 29 Jul 05:16
· 45 commits to main since this release

Kiln 1.0.0-alpha02

Bug fix

  • Fixed a critical issue where the Gradle plugin was referencing 1.0.0-SNAPSHOT for annotations, runtime, and processor dependencies instead of the correct published version. Consumer builds would fail to resolve these artifacts. This release corrects the VERSION constant so all dependencies resolve from Maven Central.

Setup

plugins {
    id("io.github.sufarook.kiln") version "1.0.0-alpha02"
}

Maven coordinates

Artifact Coordinate
Plugin io.github.sufarook.kiln:1.0.0-alpha02
Annotations io.github.sufarook.kiln:annotations:1.0.0-alpha02
Runtime io.github.sufarook.kiln:runtime:1.0.0-alpha02
Processor io.github.sufarook.kiln:processor:1.0.0-alpha02