lookfirst / sardine

an easy to use webdav client for java
Other
574 stars 184 forks source link

Add Automatic-Module-Name to manifest #367

Closed blutorange closed 1 year ago

blutorange commented 1 year ago

Add Automatic-Module-Name to manifest, see http://branchandbound.net/blog/java/2017/12/automatic-module-name/ Without an explicit name, the compiler will warn when attempting to use this library

[INFO] --- compiler:3.11.0:compile (default-compile) @ simple-servlet-container-tests-common ---
[WARNING] ****************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [sardine-5.10.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] ****************************************************************************************************************************************
lookfirst commented 1 year ago

Doesn't seem like it can do much harm.