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
Is your feature request related to a problem? Please describe.
If in the deployment folder there are multiple version of knet-*.jar the last version is not chosen because the operating system reports the versions in lexicographical order and the oldest one is the first and chosen.
Describe the solution you'd like
Strongly set the version during jars import clause in this line:
Is your feature request related to a problem? Please describe.
If in the deployment folder there are multiple version of knet-*.jar the last version is not chosen because the operating system reports the versions in lexicographical order and the oldest one is the first and chosen.
Describe the solution you'd like
Strongly set the version during jars import clause in this line:
KNet/src/net/KNet/KNetCore.cs
Line 403 in 4527271
using the version defined on the assembly executing the code. JAR and assembly is expected have the same version.
Describe alternatives you've considered
Set the version each time the version change.
Additional context
See masesgroup/JNet#100
The text was updated successfully, but these errors were encountered: