From a5e8508e5ad376ef3aa78deae0d99b3aface9964 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 7 Sep 2018 19:13:58 +0300 Subject: [PATCH] Write official code style to maven archetypes (KT-23400) --- .../src/main/resources/archetype-resources/pom.xml | 1 + .../src/main/resources/archetype-resources/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/libraries/tools/maven-archetypes/kotlin-archetype-js/src/main/resources/archetype-resources/pom.xml b/libraries/tools/maven-archetypes/kotlin-archetype-js/src/main/resources/archetype-resources/pom.xml index 4b9f4f52cbb..b56798f923d 100644 --- a/libraries/tools/maven-archetypes/kotlin-archetype-js/src/main/resources/archetype-resources/pom.xml +++ b/libraries/tools/maven-archetypes/kotlin-archetype-js/src/main/resources/archetype-resources/pom.xml @@ -13,6 +13,7 @@ UTF-8 ${kotlinVersion} + official 4.12 diff --git a/libraries/tools/maven-archetypes/kotlin-archetype-jvm/src/main/resources/archetype-resources/pom.xml b/libraries/tools/maven-archetypes/kotlin-archetype-jvm/src/main/resources/archetype-resources/pom.xml index d2cb5ed3f7f..2c89faea1ff 100644 --- a/libraries/tools/maven-archetypes/kotlin-archetype-jvm/src/main/resources/archetype-resources/pom.xml +++ b/libraries/tools/maven-archetypes/kotlin-archetype-jvm/src/main/resources/archetype-resources/pom.xml @@ -13,6 +13,7 @@ UTF-8 ${kotlinVersion} + official 4.12