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
I some cases when JARS are copied their versions are omitted. This likely due to way their are published - Scala-like publishing may be causing problems. Here is an example of a JAR in IVY published by SBT using default settings:
The JAR actually has no version number in its name, it is in parent's directory name. The version number needs to be restored when copying to plugins directory.
The text was updated successfully, but these errors were encountered:
jpsacha
changed the title
Version number should not be removed fro copied JARs
Version number should not be removed from copied JARs
Mar 12, 2016
I some cases when JARS are copied their versions are omitted. This likely due to way their are published - Scala-like publishing may be causing problems. Here is an example of a JAR in IVY published by SBT using default settings:
The JAR actually has no version number in its name, it is in parent's directory name. The version number needs to be restored when copying to
plugins
directory.The text was updated successfully, but these errors were encountered: