This repository was archived by the owner on Jan 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +17
-25
lines changed Expand file tree Collapse file tree 7 files changed +17
-25
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 jcenter()
4- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
54 maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
65 }
76 dependencies {
8- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
7+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
98 classpath " org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.26"
109 }
1110}
@@ -15,7 +14,6 @@ apply plugin: 'org.jetbrains.kotlin.frontend'
1514
1615repositories {
1716 jcenter()
18- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
1917}
2018
2119dependencies {
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
43 maven { url " https://plugins.gradle.org/m2/" }
54 }
65 dependencies {
7- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
6+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
87 classpath ' com.moowork.gradle:gradle-node-plugin:1.2.0'
98 }
109}
@@ -13,7 +12,7 @@ apply plugin: 'kotlin2js'
1312apply plugin : ' com.moowork.node'
1413
1514repositories {
16- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1 ' }
15+ jcenter()
1716}
1817
1918dependencies {
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
43 maven { url " https://plugins.gradle.org/m2/" }
54 }
65 dependencies {
7- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
6+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
87 classpath ' com.moowork.gradle:gradle-node-plugin:1.2.0'
98 }
109}
@@ -13,7 +12,7 @@ apply plugin: 'kotlin2js'
1312apply plugin : ' com.moowork.node'
1413
1514repositories {
16- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1 ' }
15+ jcenter()
1716}
1817
1918dependencies {
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
43 maven { url " https://plugins.gradle.org/m2/" }
54 }
65 dependencies {
7- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
6+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
87 classpath " gradle.plugin.com.craigburke.gradle:karma-gradle:1.4.4"
98 }
109}
@@ -13,7 +12,7 @@ apply plugin: 'kotlin2js'
1312apply plugin : ' com.craigburke.karma'
1413
1514repositories {
16- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1 ' }
15+ jcenter()
1716}
1817
1918dependencies {
@@ -40,10 +39,10 @@ karma {
4039 browsers = [' PhantomJS' ]
4140
4241 files = [
43- " $libDir /kotlin.js" ,
44- " $libDir /*.js" ,
45- compileOutput,
46- testOutput
42+ " $libDir /kotlin.js" ,
43+ " $libDir /*.js" ,
44+ " $ compileOutput " ,
45+ " $ testOutput "
4746 ]
4847}
4948
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
43 maven { url " https://plugins.gradle.org/m2/" }
54 }
65 dependencies {
7- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
6+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
87 classpath ' com.moowork.gradle:gradle-node-plugin:1.2.0'
98 }
109}
@@ -13,7 +12,7 @@ apply plugin: 'kotlin2js'
1312apply plugin : ' com.moowork.node'
1413
1514repositories {
16- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1 ' }
15+ jcenter()
1716}
1817
1918dependencies {
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
43 maven { url " https://plugins.gradle.org/m2/" }
54 }
65 dependencies {
7- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
6+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
87 classpath ' com.moowork.gradle:gradle-node-plugin:1.2.0'
98 }
109}
@@ -13,7 +12,7 @@ apply plugin: 'kotlin2js'
1312apply plugin : ' com.moowork.node'
1413
1514repositories {
16- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1 ' }
15+ jcenter()
1716}
1817
1918dependencies {
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1' }
43 maven { url " https://plugins.gradle.org/m2/" }
54 }
65 dependencies {
7- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4-eap-33 '
6+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.20 '
87 classpath ' com.moowork.gradle:gradle-node-plugin:1.2.0'
98 }
109}
@@ -13,7 +12,7 @@ apply plugin: 'kotlin2js'
1312apply plugin : ' com.moowork.node'
1413
1514repositories {
16- maven { url ' https://dl.bintray.com/kotlin/kotlin-eap-1.1 ' }
15+ jcenter()
1716}
1817
1918dependencies {
You can’t perform that action at this time.
0 commit comments