You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a library (which depends on radsogw-admin4j) developer, I want to use radsogw-admin4j in the Java 9 modular way (java -p radosgw-admin4j-0.X.X.jar -m com.my.Application for example), so I can declare radsogw-admin4j as named application modules in my module-info.java
The build is compatible with Java 8 and provides module-info for Java 9
The text was updated successfully, but these errors were encountered:
java -p radosgw-admin4j-0.X.X.jar -m com.my.Application
for example), so I can declare radsogw-admin4j as named application modules in mymodule-info.java
The text was updated successfully, but these errors were encountered: