Releases: tomhula/buildmark
Releases · tomhula/buildmark
Release list
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Full Changelog: v1.0.3...v2.0.0
Changes since v1:
- BuildMark class is now BuildMarkPlugin
buildMark.kotlinSourceSetswere renamed tobuildMark.sourceSetsand its just their string names.buildMark.outputDirectorycan now be used to configure the output directory.- The
idea-ext-pluginis no longer used. You must run thegenerateBuildMarktask yourself, if you want the code before compilation.
Fixes:
- Fix code not being added to the sourcesets on Kotlin/JVM.