summaryrefslogtreecommitdiff
path: root/contrib/buildinfo/src/BuildInfo.scala
Commit message (Collapse)AuthorAgeFilesLines
* contrib BuildInfo plugin: fix generatedSources, it must be a folder (#589)Vitalii Lysov2019-04-171-17/+19
| | | | | | | | | | | | | | | | | | | | * fix BuildInfo generatedSources, it must be a folder generatedSources must be a folder, but till now it was a reference to a generated file This commit fixes this issue. There are 2 reasons for this fix: (1) Because generatedSources must be folders by the definition: Folders containing source files that are generated (2) If you use intellij IDEA and build your project from the IDE, building module, which includes BuildInfo plugin, fails. * test: make explicit check that generatedSources is a folder * correct T.ctx -> T.ctx() * workaround to get `dest` property of the task into other
* Moved BuildInfo into package mill.contrib.buildinfoTobias Roeser2019-02-181-1/+1
| | | | | | This fixes https://github.com/lihaoyi/mill/issues/548 See also https://github.com/lihaoyi/mill/issues/547
* Added log statement to BuildInfo generatorTobias Roeser2019-02-181-19/+22
|
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+44
* collapse boilerplate folder structure within src/ folders * .