aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2019-10-10WIP on restructuringKamil Doległo
2019-09-30Remove jitpack repositorySimon Ogorodnik
2019-09-30Fix repository orderSimon Ogorodnik
2019-09-30Make dokka_version directly definableSimon Ogorodnik
2019-08-05Update bintray pluginSimon Ogorodnik
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2019-03-19Fix kotlinx.cli dependencyKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-02-19Cleanup httpSimon Ogorodnik
2018-09-13force snapshot option for TC buildEugene Petrenko
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-09-12minor changesEugene Petrenko
2018-09-11fix build numberEugene Petrenko
2018-09-11include TeamCity BUILD_NUMBER into build numberEugene Petrenko
2018-09-11drop gradle wrapper taskEugene Petrenko
2018-07-14Setup maven publishing to local directorySimon Ogorodnik
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
2018-02-20Update publish-plugin and fix publishingSimon Ogorodnik
2018-02-20Update plugin-publish-pluginTim Yates
Hiya, Tim from Gradle here. There was a [bug in versions prior to 0.9.7](https://discuss.gradle.org/t/plugin-authors-please-use-the-latest-plugin-publish-plugin-others-may-result-in-a-broken-upload/23573) of the gradle `plugin-publish-plugin`, where artifacts would sometimes silently not be pushed into the repo. Your plugin has not been affected by the bug yet, but you should still upgrade. This won't fix issue 146 (I'm not sure what has caused the pom differences seen in that issue), but it should avoid any problems publishing future versions
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-24Update Gradle to 4.2.1Simon Ogorodnik
2017-10-08Update ShadowJar Gradle plugin to 2.0.1Simon Ogorodnik
2017-10-08Update Gradle Version to 4.2Simon Ogorodnik
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2016-12-14Manual integration of PR #93Simon Ogorodnik
2016-12-08Altered publication scriptSimon Ogorodnik
2016-11-24Updated kotlin-compiler to 1.1-M03 and fixed configurationSimon Ogorodnik
2016-11-10Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵Simon Ogorodnik
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
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-12Dokka 0.9.9Dmitry Jemerov
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-02-040.9.6Dmitry Jemerov
2016-01-28support uploading to EAP repositoryDmitry Jemerov
2015-12-28separate Gradle task to prepare Maven plugin uploadDmitry Jemerov
2015-11-09update org to kotlin; working upload script for Maven pluginDmitry Jemerov
2015-11-05bintray upload work in progressDmitry Jemerov
2015-11-05add task to put Kotlin and Dokka versions into the pom.xml of the Maven pluginDmitry Jemerov
2015-11-05push empty build.gradle to make TeamCity happyDmitry Jemerov