frontend-maven-plugin icon indicating copy to clipboard operation
frontend-maven-plugin copied to clipboard

Class Platform is package-private meaning you can't implement InstallConfig from outside of lib package.

Open SimY4 opened this issue 3 years ago • 0 comments
trafficstars

Do you want to request a feature or report a bug? Closer to a feature request

What is the current behavior? NodeInstaller is impossible to call from outside of the lib package

If the current behavior is a bug, please provide the steps to reproduce. Try to implement InstallConfig outside of lib package.

What is the expected behavior?

I can instantiate NodeInstaller and call it from outside of the lib package programmatically.

Please mention your frontend-maven-plugin and operating system version.

version: 1.12.1 os: MacOS

SimY4 avatar Apr 19 '22 09:04 SimY4