File tree 2 files changed +11
-4
lines changed 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin'
3
3
4
4
buildscript {
5
5
6
- ext. kotlinVersion = ' 1.1.2-eap-73 '
6
+ ext. kotlinVersion = ' 1.1.2-eap-77 '
7
7
8
8
repositories {
9
9
mavenCentral()
@@ -25,4 +25,11 @@ repositories {
25
25
mavenCentral()
26
26
maven { url " https://jitpack.io" }
27
27
maven { url " https://dl.bintray.com/kotlin/kotlin-dev" }
28
- }
28
+ }
29
+
30
+ task packageSources (type : Jar , dependsOn : ' classes' ) {
31
+ from sourceSets. main. allSource
32
+ classifier = ' sources'
33
+ }
34
+
35
+ artifacts { archives packageSources }
Original file line number Diff line number Diff line change 1
- # Thu Apr 20 10:57:07 CEST 2017
1
+ # Mon Apr 24 21:43:44 CEST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5-bin .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.5-all .zip
You can’t perform that action at this time.
0 commit comments