File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin'
33
44buildscript {
55
6- ext. kotlinVersion = ' 1.1.2-eap-73 '
6+ ext. kotlinVersion = ' 1.1.2-eap-77 '
77
88 repositories {
99 mavenCentral()
@@ -25,4 +25,11 @@ repositories {
2525 mavenCentral()
2626 maven { url " https://jitpack.io" }
2727 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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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