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
We are using a .scala build with many subprojects. Currently using the java_server archetype. I attempted to move to the autoplugin version 1.0.1-M1, but just couldn't find the right combination of imports to add the JavaServerAppPackaging, ie. enablePlugins(JavaServerAppPackaging).
The java_server archetype mentions "Use enablePlugins(JavaServerAppPackaging)" in the deprecation warning. I wasn't able to hit this warning due to the missing and broken imports.
If some handholding could be provided, I would submit a pull request to the README.md with some import guidelines (for the plugins and maybe the keys) in a .scala based build.
The text was updated successfully, but these errors were encountered:
Thanks for the push, I was able to figure it out in the sample project above. It will mostly be a good example of the imports to use in a .scala build. Let me know if I could have done the imports better.
We are using a .scala build with many subprojects. Currently using the java_server archetype. I attempted to move to the autoplugin version 1.0.1-M1, but just couldn't find the right combination of imports to add the JavaServerAppPackaging, ie. enablePlugins(JavaServerAppPackaging).
The java_server archetype mentions "Use enablePlugins(JavaServerAppPackaging)" in the deprecation warning. I wasn't able to hit this warning due to the missing and broken imports.
If some handholding could be provided, I would submit a pull request to the README.md with some import guidelines (for the plugins and maybe the keys) in a .scala based build.
The text was updated successfully, but these errors were encountered: