aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index bdfc5b2..ba9b7f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -59,12 +59,12 @@ jar {
rename { "${it}_${project.archivesBaseName}"}
}
manifest {
- attributes(["Specification-Title": project.name,
- "Specification-Vendor": project.author,
- "Specification-Version": project.version,
- "Implementation-Title": project.name,
- "Implementation-Version": project.version,
- "Implementation-Vendor" : project.author,
+ attributes(["Specification-Title": project.name,
+ "Specification-Vendor": project.author,
+ "Specification-Version": project.version,
+ "Implementation-Title": project.name,
+ "Implementation-Version": project.version,
+ "Implementation-Vendor" : project.author,
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")],)
}
}