File tree 2 files changed +10
-19
lines changed
2 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Add the bintray repository
101
101
</snapshots >
102
102
<id >dl</id >
103
103
<name >bintray</name >
104
- <url >http://dl.bintray.com/kotlin/kotlinx.coroutines </url >
104
+ <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1 </url >
105
105
</repository >
106
106
```
107
107
@@ -142,7 +142,7 @@ Also you should include our bintray repository:
142
142
``` groovy
143
143
repositories {
144
144
maven {
145
- url "http://dl.bintray.com/kotlin/kotlinx.coroutines "
145
+ url "http://dl.bintray.com/kotlin/kotlin-eap-1.1 "
146
146
}
147
147
}
148
148
```
Original file line number Diff line number Diff line change 31
31
32
32
<repositories >
33
33
<repository >
34
- <id >sonatype-oss</id >
35
- <name >Sonatype OSS</name >
36
- <url >http://oss.sonatype.org/content/repositories/snapshots</url >
37
- <snapshots >
38
- <enabled >true</enabled >
39
- </snapshots >
34
+ <id >bintray</id >
35
+ <name >bintray</name >
36
+ <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1</url >
40
37
</repository >
41
38
</repositories >
42
39
43
40
<pluginRepositories >
44
41
<pluginRepository >
45
- <id >sonatype.oss.snapshots</id >
46
- <name >Sonatype OSS Snapshot Repository</name >
47
- <url >http://oss.sonatype.org/content/repositories/snapshots</url >
48
- <releases >
49
- <enabled >false</enabled >
50
- </releases >
51
- <snapshots >
52
- <enabled >true</enabled >
53
- </snapshots >
42
+ <id >bintray</id >
43
+ <name >bintray</name >
44
+ <url >http://dl.bintray.com/kotlin/kotlin-eap-1.1</url >
54
45
</pluginRepository >
55
46
</pluginRepositories >
56
47
65
56
66
57
<properties >
67
58
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68
- <kotlin .version>1.1-SNAPSHOT </kotlin .version>
59
+ <kotlin .version>1.1-M04 </kotlin .version>
69
60
<junit .version>4.12</junit .version>
70
61
<maven .compiler.source>1.6</maven .compiler.source>
71
62
<maven .compiler.target>1.6</maven .compiler.target>
78
69
<distributionManagement >
79
70
<repository >
80
71
<id >bintray</id >
81
- <url >https://api.bintray.com/maven/kotlin/kotlinx.coroutines /kotlinx.coroutines</url >
72
+ <url >https://api.bintray.com/maven/kotlin/kotlin-eap-1.1 /kotlinx.coroutines</url >
82
73
</repository >
83
74
</distributionManagement >
84
75
You can’t perform that action at this time.
0 commit comments