Ilya Chernikov
|
a9e9f36e1c
|
Put native-platform-uberjar.jar into compiler embeddable and remove dependency from the compiler runner
|
2016-12-22 05:37:13 +03:00 |
|
Alexey Tsvetkov
|
2ba28618ec
|
Remove reference to removed dependency from pom.xml
|
2016-12-20 20:24:46 +03:00 |
|
Ilya Gorbunov
|
a6fb61f5c3
|
Fix various maven pom problems:
- Add relativePath to samples pom.
- Specify versions of plugins
|
2016-12-04 14:15:34 +03:00 |
|
Ilya Gorbunov
|
2c0edf6652
|
Fix working directory where CompilerSmokeTest runs to be 'project.build.directory', otherwise it may vary depending on maven goals invoked.
|
2016-09-22 21:59:10 +03:00 |
|
Alexey Tsvetkov
|
d3461d1519
|
Fix shading of META-INF/services in kotlin-compiler-embaddable
|
2016-06-30 20:14:21 +03:00 |
|
Alexey Tsvetkov
|
23353facca
|
Shade in kotlin-compiler-embeddable
Now kotlin gradle plugin is compatible with android gradle plugin 2.2
#KT-12478 fixed
#KT-12431 fixed
#KT-12406 fixed
|
2016-06-07 14:42:35 +03:00 |
|
Ilya Gorbunov
|
8425304866
|
Advance snapshot version to 1.1-SNAPSHOT
|
2016-05-11 17:28:38 +03:00 |
|
Ilya Chernikov
|
6789f2ff0f
|
adding build lib to maven part, adding it's contents to kotlin-compiler-embeddable
KT-8487
|
2016-03-03 16:45:13 +03:00 |
|
Ilya Chernikov
|
d4a86b7f6d
|
Generate proper sources jar for compiler-embeddable, fixing problem with locating embeddable compiler jar in tests, revealed by the change
KT-8487
|
2016-03-03 16:45:12 +03:00 |
|
Ilya Gorbunov
|
57dcbe0aea
|
Cleanup in libraries and tools: use property access syntax.
|
2016-01-17 15:52:14 +03:00 |
|
Sergey Mashkov
|
5ad0a84039
|
rename kotlin.test to kotlin-test
|
2015-12-21 15:10:24 +03:00 |
|
Stanislav Erokhin
|
bcaa755c4e
|
Fix compilation.
- rename isFinal extension property to avoid ambiguity with synthetic property in DeserializedClassTypeConstructor
- add explicit parameter to lambda File.listFiles
- return true from lambda Query.forEach
|
2015-12-18 22:49:26 +03:00 |
|
Sergey Mashkov
|
fe4f51617c
|
Add kotlin.test dependency to kotlin-compiler-embeddable
|
2015-12-18 22:17:47 +03:00 |
|
Ilya Chernikov
|
9c7d6c1649
|
Fixing KT-9196 (broken kotlin-compiler-embeddable.jar in M13) by excluding org.fusesource.jansi.internal.CLibrary from relocation, adding smoke test for embeddable jar
|
2015-09-25 16:13:03 +02:00 |
|
ligee
|
d75bece6d0
|
Minor: moving a pom autogenerated by maven shade plugin to ignored targets dir
|
2015-08-12 17:03:09 +02:00 |
|
ligee
|
97bc3005f4
|
Some more minor fixes after review
(cherry picked from commit 1ffdeff)
|
2015-08-11 13:16:08 +02:00 |
|
ligee
|
c2c1fb2d0a
|
moving embeddable compiler jar creation to libraries/maven, using maven-shade-plugin instead of jarjar; configuring more relocations of 3-party libs
(cherry picked from commit c905770)
|
2015-08-11 13:16:07 +02:00 |
|
ligee
|
d08570b8a8
|
Adding new target - embeddable compiler (after jarjar), using it in the gradle plugin
(cherry picked from commit bf4b26f)
|
2015-08-11 13:15:23 +02:00 |
|