From 4d8e4ab28b0f245200d99227ac4005b35a06e8a3 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sat, 29 Apr 2017 11:22:22 +0300 Subject: [PATCH] KODEX and documentation update --- numass-viewer/build.gradle | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/numass-viewer/build.gradle b/numass-viewer/build.gradle index 0c29799c..cd5d5ea4 100644 --- a/numass-viewer/build.gradle +++ b/numass-viewer/build.gradle @@ -1,5 +1,5 @@ plugins{ - id "org.jetbrains.kotlin.jvm" version "1.1.1" + id "org.jetbrains.kotlin.jvm" version '1.1.2-2' id "application" } @@ -21,6 +21,11 @@ dependencies { compile 'org.controlsfx:controlsfx:8.40.12' - compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.1" + compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:'1.1.2-2" compile "no.tornado:tornadofx:1.7.1" } + +apply plugin: 'kotlin' +repositories { + mavenCentral() +}