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 1
1
// import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2
2
3
3
buildscript {
4
-
5
4
repositories {
6
5
gradleScriptKotlin()
7
6
}
8
-
9
7
dependencies {
10
8
classpath(kotlinModule(" gradle-plugin" , " 1.1.0" ))
11
9
// classpath("com.github.jengelman.gradle.plugins:shadow:1.2.3")
@@ -35,8 +33,8 @@ repositories {
35
33
// val shadowJar: ShadowJar by tasks
36
34
// shadowJar.apply {
37
35
// 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" )
40
38
// put("Main-Class", "com.mkyong.DateUtils")
41
39
// }
42
40
//
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments