We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09f6c6 commit 66b0b0cCopy full SHA for 66b0b0c
1 file changed
build.gradle
@@ -86,22 +86,6 @@ java {
86
withSourcesJar()
87
}
88
89
-tasks.named('jar', Jar).configure {
90
- manifest {
91
- attributes([
92
- 'Specification-Title' : "Advanced XRay",
93
- 'Specification-Vendor' : "Advanced XRay Team",
94
- 'Specification-Version' : '1', // We are version 1 of ourselves
95
- 'Implementation-Title' : project.name,
96
- 'Implementation-Version' : project.jar.archiveVersion,
97
- 'Implementation-Vendor' : "Advanced XRay Team",
98
- 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
99
- ])
100
- }
101
-
102
- finalizedBy 'reobfJar'
103
-}
104
105
publishing {
106
publications {
107
mavenJava(MavenPublication) {
0 commit comments