8000 Remove Built-By · LLVM-but-worse/java-disassembler@5529259 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5529259

Browse files
committed
Remove Built-By
1 parent 3dd4290 commit 5529259

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
</execution>
5353
</executions>
5454
</plugin>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-jar-plugin</artifactId>
58+
<configuration>
59+
<archive>
60+
<manifestEntries>
61+
<Built-By>JDA</Built-By>
62+
</manifestEntries>
63+
</archive>
64+
</configuration>
65+
</plugin>
5566
</plugins>
5667
</build>
5768

0 commit comments

Comments
 (0)
0