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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ internal mojos:
48
48
- The plugin is compatible with [Scala Maven Plugin](http://davidb.github.io/scala-maven-plugin/)
49
49
- version `3.0.0` or later required
50
50
-[addScalacArgs](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#addScalacArgs) and [analysisCacheFile](http://davidb.github.io/scala-maven-plugin/compile-mojo.html#analysisCacheFile) configuration parameters cannot be set directly, use project properties `addScalacArgs` and `analysisCacheFile` instead.
51
+
- Starting with version `2.1.0` JDK `17+`, Maven `3.6.3` and `maven-site-plugin``3.20.0+` are required.
51
52
- Starting with version `2.0.0` the plugin supports Scala `2.12.8+`, `2.13.0+` and `3.2.0+`. For Scala `2.12.7` and lower please use version `1.4.11` of the plugin.
52
53
- The plugin is not thread-safe, so it should not be used in multi-threaded builds.
0 commit comments