Skip to content

Commit 66b0b0c

Browse files
fix: build
1 parent d09f6c6 commit 66b0b0c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,6 @@ java {
8686
withSourcesJar()
8787
}
8888

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-
10589
publishing {
10690
publications {
10791
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)