aboutsummaryrefslogtreecommitdiff
path: root/plugins/kotlin-as-java/build.gradle.kts
AgeCommit message (Collapse)Author
2021-04-06Bump jsoup from 1.12.1 to 1.13.1 (#1783)dependabot[bot]
2020-09-10Add testsAndrzej Ratajczak
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation
2020-07-14Adapt changes from "Simplify publishing configuration and enable sourcejars"sebastian.sellmair
2020-07-14Simplify publishing configuration and enable sourcejarsAurimas Liutikas
2020-07-13Java sources in Kotlin-As-Java plugin should have original property visibilitesMarcin Aman
2020-06-23First version of javadoc output generationAndrzej Ratajczak
2020-03-17Configure bintray publishing for kotlin-as-java pluginKamil Doległo
2020-02-18Moves DescriptorToDocumentableTransformer to base pluginPaweł Marks
2020-02-13Update packaging structure, fix testAPI publication, simplify dependencies ↵Kamil Doległo
handling in plugins Fixes #627 This commit removes repackaging `dokka-core` with all its dependencies by creating a publication for those dependencies. Moreover it moves `kotlinx-markdown` dependency to `coreDependencies` as this library is only present in Kotlin Bintray repository. TestAPI now publishes correctly
2020-02-12kotlin-as-java pluginSzymon Świstun