Releases: rife2/bld-kotlin
Releases · rife2/bld-kotlin
1.0.4
Summary
- Support for bld 2.2.0
What's Changed in 1.0.4
- Bumped bld-exec extension to version 1.0.4 in 5d66266
- Fixed BaseProjectBlueprint initialization in tests in 3163902
- Updated copyright for 2025 in 3d87280
- Bumped bld to version 2.2.0 in 0f6d190
- Bumped AssertJ to version 3.27.2 in 3255995
- Bumped PMD extension to version 1.1.9 in 86d7351
- Bumped JUnit to version 5.11.4 in 454ca22
Full Changelog: 1.0.3...1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Summary:
- Added support for bld 2.0.1
- Reworked support for local compiler plugins (e5970bc)
- Added option to specify the Kotlin compiler (
kotlinc
) path directly (7f3fc6f) - Ensured exit status is set on failure (c952b98)
- Added string array parameters to overloaded methods where applicable (c54672a)
- Configure the main and test source directories from the project (41e60f6)
- Ensured all missing Kolin compiler arguments are handled (1623b90)
Breaking Changes:
- Kotlin compiler must be installed. Location is deducted from KOTLIN_HOME, if set. (6fa3bde)
- Moved compile options and plugins to sub-package (c595632)
- Moved Dokka operation to its own extension (8d34f37)
Full Changelog: 0.9.8...1.0.0