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
Do not build scala docs as javadocs for scala 2.10 (#1394)
#1368 introduces a plugin that is documents scala apis
for java developers. This plugin does not support 2.10 and
this variant was missed in the initial testing.
This commit for 7.x conditionally uses this plugin based on the
scala major version. 2.10 support has been removed for 8.x.
0 commit comments