Skip to content

Commit 01aec2b

Browse files
committed
update
1 parent 0e35d35 commit 01aec2b

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

build.gradle.kts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
import org.gradle.api.JavaVersion
2-
3-
group = "groupId"
4-
version = "1.0-SNAPSHOT"
5-
61
buildscript {
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-
3317
repositories {
3418
gradleScriptKotlin()
35-
maven { setUrl("http://dl.bintray.com/kotlin/kotlin-eap-1.1") }
3619
}
3720

3821
dependencies {
3922
compile(kotlinModule("stdlib"))
4023
testCompile("io.kotlintest:kotlintest:1.3.5")
41-
}
24+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Mon Jun 13 12:14:42 CEST 2016
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=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

0 commit comments

Comments
 (0)