aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/resourceLinks
AgeCommit message (Collapse)Author
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting
2022-04-19Update Jsoup to 1.14.3 (#2448)Ignat Beresnev
* Update Jsoup to 1.14.3 * Fix Jsoup API breaking changes after the update * Fix new Qodana inspections * Replace IllegalStateException with more appropriate NoSuchElementException
2022-02-22Fix HTML head and favicon in multi-module projects (#2365)Vadim Mishenev
2021-10-15Fix adding new custom stylesheets in submodules (#2168)vmishenev
2021-09-30Fix wrong path to root (#2130)vmishenev
2021-01-05Versioning (#1654)Błażej Kardyś
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-06-03Fixed problem with linking absolute links as relativeFilip Zybała