Skip to content

Commit f98c3d1

Browse files
committed
gks
1 parent c244232 commit f98c3d1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22

33
buildscript {
4-
54
repositories {
65
gradleScriptKotlin()
76
}
8-
97
dependencies {
108
classpath(kotlinModule("gradle-plugin", "1.1.0"))
119
// classpath("com.github.jengelman.gradle.plugins:shadow:1.2.3")
@@ -35,8 +33,8 @@ repositories {
3533
//val shadowJar: ShadowJar by tasks
3634
//shadowJar.apply {
3735
// manifest.attributes.apply {
38-
// put("Implementation-Title", "Gradle Jar File Example")
39-
// put("Implementation-Version" version)
36+
// put("Implementation-Title", "Kotlin Unsigned")
37+
// put("Implementation-Version" "v2.0")
4038
// put("Main-Class", "com.mkyong.DateUtils")
4139
// }
4240
//

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Feb 17 16:20:49 CET 2017
1+
#Thu Mar 09 09:58:18 CET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.4-20170117200919+0000-all.zip
6+
distributionUrl=https\://repo.gradle.org/gradle/dist-snapshots/gradle-script-kotlin-3.5-20170305000422+0000-all.zip

0 commit comments

Comments
 (0)