File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 1- import org.gradle.api.JavaVersion
2-
3- group = " groupId"
4- version = " 1.0-SNAPSHOT"
5-
61buildscript {
72
83 repositories {
94 gradleScriptKotlin()
10- maven { setUrl(" http://dl.bintray.com/kotlin/kotlin-eap-1.1" ) }
11- mavenCentral()
125 }
136
147 dependencies {
@@ -21,21 +14,11 @@ apply {
2114 plugin(" maven" )
2215}
2316
24- // configure<ApplicationPluginConvention> {
25- // mainClassName = "samples.HelloWorldKt"
26- // }
27-
28- // configure<JavaPluginConvention> {
29- // sourceCompatibility = JavaVersion.VERSION_1_7
30- // targetCompatibility = JavaVersion.VERSION_1_7
31- // }
32-
3317repositories {
3418 gradleScriptKotlin()
35- maven { setUrl(" http://dl.bintray.com/kotlin/kotlin-eap-1.1" ) }
3619}
3720
3821dependencies {
3922 compile(kotlinModule(" stdlib" ))
4023 testCompile(" io.kotlintest:kotlintest:1.3.5" )
41- }
24+ }
Original file line number Diff line number Diff line change 1- # Mon Jun 13 12:14:42 CEST 2016
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
43zipStoreBase =GRADLE_USER_HOME
54zipStorePath =wrapper/dists
6- distributionUrl =https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.4-20170110192032 +0000-all.zip
5+ distributionUrl =https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.4-20170111164535 +0000-all.zip
You can’t perform that action at this time.
0 commit comments