Commits

md_5 authored 151fa1cb1fc
Add Implementation-Title as required by Java 9
No tags

pom.xml

Modified
89 89 </executions>
90 90 </plugin>
91 91 <plugin>
92 92 <groupId>org.apache.maven.plugins</groupId>
93 93 <artifactId>maven-jar-plugin</artifactId>
94 94 <version>3.0.2</version>
95 95 <configuration>
96 96 <archive>
97 97 <manifestEntries>
98 98 <Main-Class>org.spigotmc.builder.Bootstrap</Main-Class>
99 + <Implementation-Title>BuildTools</Implementation-Title>
99 100 <Implementation-Version>${describe}</Implementation-Version>
100 101 </manifestEntries>
101 102 </archive>
102 103 </configuration>
103 104 </plugin>
104 105 <plugin>
105 106 <groupId>org.apache.maven.plugins</groupId>
106 107 <artifactId>maven-shade-plugin</artifactId>
107 108 <version>3.1.0</version>
108 109 <executions>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut