File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11// import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33buildscript {
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//
Original file line number Diff line number Diff line change 1- # Fri Feb 17 16:20:49 CET 2017
1+ # Thu Mar 09 09:58:18 CET 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments