Ilya Goncharov
7b89717092
[Gradle, JS] Add task requirements only after evaluated
2020-06-16 11:57:33 +03:00
Ilya Goncharov
aaf3410708
[Gradle, JS] Break Task Configuration Avoidance to get all required NPM dependencies
2020-06-16 11:57:33 +03:00
Ilya Goncharov
48ec104a34
[Gradle, JS] Store npm dependencies by compilation
2020-06-16 11:57:33 +03:00
Ilya Goncharov
4080bd1325
[Gradle, JS] Move tranform from requiredNpmDependencies to TasksRequirements
2020-06-16 11:57:33 +03:00
Ilya Goncharov
8f156f3609
[Gradle, JS] Extract TasksRequirements.kt
2020-06-16 11:57:33 +03:00
Ilya Goncharov
e51874d46a
[Gradle, JS] Use set in task requirements
2020-06-16 11:57:33 +03:00
Ilya Goncharov
464c8eb77a
[Gradle, JS] Add kotlin-js-test-runner to dependencies by default
2020-06-16 11:57:33 +03:00
Ilya Goncharov
4a52596344
[Gradle, JS] Remove devServer from common part of legacy
2020-06-16 11:57:32 +03:00
Ilya Goncharov
1f5012684b
[Gradle, JS] Force full configuring of NPM tasks in idea import
2020-06-16 11:57:32 +03:00
Ilya Goncharov
aab4fd7225
[Gradle, JS] Use unique representation for npm dependency
2020-06-16 11:57:32 +03:00
Ilya Goncharov
92c224b616
[Gradle, JS] Fix NpmDependency toString
2020-06-16 11:57:32 +03:00
Ilya Goncharov
1a81f02377
[Gradle, JS] Add tools npm dependencies as input to package json task
2020-06-16 11:57:32 +03:00
Ilya Goncharov
d0c0ddd7e5
[Gradle, JS] Move initialization of RequiresNpmDepends in project resolver
2020-06-16 11:57:32 +03:00
Ilya Goncharov
3283a10561
[Gradle, JS] Define compilation on constructor of RequiresNpmDepends
2020-06-16 11:57:32 +03:00
Ilya Goncharov
db42b5b062
[Gradle, JS] Get npm dependencies in compilation npm resolver
2020-06-16 11:57:32 +03:00
Ilya Goncharov
49710c9509
[Gradle, JS] Remove task oriented taskRequirements
2020-06-16 11:57:31 +03:00
Ilya Goncharov
8f679bf1d3
[Gradle, JS] Tools npm dependencies resolved in task execution
2020-06-16 11:57:31 +03:00
Ilya Goncharov
1ab6a9bc84
[Gradle, JS] No NPM tools configuration
2020-06-16 11:57:31 +03:00
Ilya Goncharov
34aff5953f
[Gradle, JS] TaskRequirements inside NodeJsRootExtension
2020-06-16 11:57:31 +03:00
Ilya Goncharov
791dfb78ab
[Gradle, JS] Dukat only for main compilation
2020-06-16 11:57:31 +03:00
Ilya Goncharov
99e05b777a
[Gradle, JS] PackageJsonDukatExecutor -> DukatExecutor
2020-06-16 11:57:31 +03:00
Ilya Goncharov
10c501d474
[Gradle, JS] DukatExecutor -> DukatRunner
2020-06-16 11:57:31 +03:00
Ilya Goncharov
f5db4b12ba
[Gradle, JS] Rename of DukatTaskss
2020-06-16 11:57:31 +03:00
Ilya Goncharov
cf65b1f87a
[Gradle, JS] Rename on AbstractDukatTask
2020-06-16 11:57:31 +03:00
Ilya Goncharov
9f45ef8df5
[Gradle, JS] Rename DEFAULT_GENERATE_EXTERNALS
2020-06-16 11:57:30 +03:00
Ilya Goncharov
0f47a38042
[Gradle, JS] Enable Dukat by default with false generateExternals
2020-06-16 11:57:30 +03:00
Ilya Goncharov
f285a31a5a
[Gradle, JS] Make default generate kotlin externals as false
2020-06-16 11:57:30 +03:00
Ilya Goncharov
2ca0e37be7
[Gradle, JS] Use default generate externals from property
2020-06-16 11:57:30 +03:00
Ilya Goncharov
eb6e797001
[Gradle, JS] In npm dependency extension use default generate value from properties
2020-06-16 11:57:30 +03:00
Ilya Goncharov
6316949e36
[Gradle, JS] Rename generateKotlinExternals on generateExternals
2020-06-16 11:57:30 +03:00
Kirill Shmakov
a6feae0fbb
Add test for KMM Wizard
2020-06-15 16:21:41 +03:00
Kirill Shmakov
a22fb2c1ba
Mention downstream usage of new wizard backend
2020-06-15 16:21:41 +03:00
Vyacheslav Gerasimov
852dcedb86
Build: Remove marker task dependencies from gradle integration tests
2020-06-14 21:04:34 +03:00
Vyacheslav Gerasimov
b4df4e5525
Build: Fix variant resolution ambiguity
2020-06-14 20:31:27 +03:00
Vyacheslav Gerasimov
eeb2f7d3d1
Build: Migrate plugin markers to maven-publish publication
2020-06-14 20:31:27 +03:00
Vyacheslav Gerasimov
da6c2ddb2f
Build: Migrate stdlib & kotlin-test to maven-publish publication
2020-06-14 20:31:27 +03:00
Vyacheslav Gerasimov
9faf088c96
Build: Disable automated publishing setup for kotlin-gradle-plugin
...
We have our own publishing configured in the `publish` helper which
conflicts with automated publishing of `java-gradle-plugin`
2020-06-14 20:31:26 +03:00
Vyacheslav Gerasimov
4aa3040550
Build: Use runtimeOnly instead of deprecated runtime
...
maven-publish plugin uses `runtimeOnly` for runtime scope instead of
`runtime`
2020-06-14 20:31:26 +03:00
Vyacheslav Gerasimov
8737168d41
Build: Use maven-publish in configurePublishing helper
2020-06-14 20:31:26 +03:00
Vyacheslav Gerasimov
94b4f4a91a
Build: Remove configureJvmProject helper for groovy script
...
It duplicates allprojects configuration done in root project
2020-06-14 20:31:26 +03:00
Vyacheslav Gerasimov
c2589c7d6d
Build: Rename javadocJar for groovy to configureJavadocJar
...
So it doesn't interfere with javadocJar task accessor
2020-06-14 20:31:25 +03:00
Vyacheslav Gerasimov
d711086be2
Build: Publish Kotlin artifacts with maven-publish plugin
2020-06-14 20:31:25 +03:00
Vyacheslav Gerasimov
b85b733e42
Build: Remove explicit legacy maven plugin application
2020-06-14 20:31:25 +03:00
Alexander Udalov
01b6142500
Revert changes from 6e67e1e78d in Gradle integration tests
...
To fix the JPS build.
2020-06-11 17:26:10 +02:00
Alexander Udalov
6e67e1e78d
Replace appendln with appendLine in project
2020-06-11 13:01:30 +02:00
Mathias Quintero
e45e491718
Add options param to external dependencies resolver API
2020-06-10 16:28:41 +02:00
Mathias Quintero
83087291df
Add API to get locations of collected script annotations
...
#KT-38404 fixed
also:
- Add wrapper class for the location combined with the location id
- Add source code location parameters to external dependency resolvers
- Add tests for locations in annotations
- Add tests for order of annotation resolution for dependencies resolvers
2020-06-10 16:28:41 +02:00
Ilya Goncharov
18914ac9a5
[Gradle, JS] Fix name of publication in both mode
2020-06-10 14:52:35 +03:00
Ilya Goncharov
60d62148e8
[Gradle, JS] Fix isMain in js targets
2020-06-10 14:48:29 +03:00
Ilya Goncharov
b72f7c3021
[Gradle, JS] Remove Native Only isMainCompilation only
2020-06-10 14:48:29 +03:00