From 0cd0f3caa000c07a8e97a97f0d53f3e85298aa55 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 15 Sep 2016 21:18:57 +0300 Subject: [PATCH] Reorder maven project modules to run more tests earlier in build. --- libraries/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libraries/pom.xml b/libraries/pom.xml index a734c3d6c32..1bb41dcbba2 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -79,6 +79,7 @@ tools/kotlin-maven-plugin tools/runtime + kotlin.test stdlib stdlib/jre7 stdlib/jre8 @@ -94,6 +95,8 @@ tools/idl2k tools/kotlin-js-library + tools/kotlin-js-tests + tools/kotlin-js-tests-junit tools/kotlin-annotation-processing examples/annotation-processor-example tools/kotlin-gradle-plugin @@ -101,17 +104,13 @@ tools/kotlin-gradle-plugin-api tools/kotlin-android-extensions tools/kotlin-maven-plugin-test - tools/kotlin-js-tests - tools/kotlin-js-tests-junit - - kotlin.test examples/kotlin-java-example examples/js-example examples/kotlin-js-library-example + examples/kotlin-gradle-subplugin-example examples/browser-example examples/browser-example-with-library - examples/kotlin-gradle-subplugin-example