aboutsummaryrefslogtreecommitdiff
path: root/core/build.gradle
AgeCommit message (Collapse)Author
2019-12-13Add abstract structure for MD/HTML comments and MD parserBarkingBad
2019-10-31Pseudo generatorPaweł Marks
2019-10-31Make things compile, no matter the costPaweł Marks
2019-10-10Extract testApi from coreKamil Doległo
2019-10-10WIP on restructuringKamil Doległo
2019-04-19Fix hardcoded classpaths for TestAPIKamil Doległo
2019-04-10Rework Gradle plugin, autoconfiguration not working yetKamil Doległo
2019-04-08Implement Gradle Pass ConfigurationKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2018-09-13add missing dependency, the kotlin-plugin.jar is not available in Maven (and ↵Eugene Petrenko
maven folder), thus it is downloaded via TeamCity
2018-06-04Update bundled kotlin compiler to 1.2.60-dev-157Simon Ogorodnik
(cherry picked from commit efbcbd5)
2018-02-22Merge branch 'refactoring-layout-service' into devSimon Ogorodnik
2018-02-21Update bundled kotlin compilerSimon Ogorodnik
2017-12-02Revert Guice version to 3.0, to fix problems with Guava?Simon Ogorodnik
2017-12-02WIP: Refactoring, remove LocationService, rework FormatDescriptorSimon Ogorodnik
2017-11-30WIPSimon Ogorodnik
2017-11-23Clarify Kotlin Versions and config in projectSimon Ogorodnik
2017-11-21Fix reporting of FileComparisonFailure by adding idea_rt dependencySimon Ogorodnik
2017-11-14Take intellij-core-analysis backSimon Ogorodnik
Use plain maven-like repository to resolve it, remove usage of gradle-intellij-plugin
2017-11-09Use maven to resolve kotlin-compiler dependency instead of ivySimon Ogorodnik
2017-11-09Drop dependency on intellij-core-analysisSimon Ogorodnik
Instead of it, download idea.jar and manually strip it Also, depends on same as kotlin-compiler openapi version
2017-11-08Download dependencies from TeamCitySimon Ogorodnik
2017-10-09Drop obsolete librariesSimon Ogorodnik
2017-10-09Update kotlin-compiler to 1.1.51Simon Ogorodnik
2017-10-08Replace provided configuration with compileOnlySimon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
#167 #KT-18213 fixed
2016-12-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon Ogorodnik
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon Ogorodnik
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10
2016-07-08update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the ↵Dmitry Jemerov
qualified name resolve problem in doc comments
2016-05-10update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use ↵Dmitry Jemerov
regular kotlin-compiler and kotlin-ide-common instead
2016-04-29tweak shadowjar settingsDmitry Jemerov
2016-04-29exclude fusesource from relocating as it has native componentsDmitry Jemerov
2016-04-28don't relocate the com.sun packageDmitry Jemerov
2016-04-13Shade Dokka's dependencies in fatjar. Resolves #46Dmitry Jemerov
2016-02-040.9.6Dmitry Jemerov
2016-01-28support uploading to EAP repositoryDmitry Jemerov
2016-01-25reference EAP repository in build scriptDmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03configure Ant dependency so that it's visible in IntelliJDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov