Closed CustomEntity closed 2 years ago
Good job +1 some comment about the naming of the SDK You changed the SDK name without from
sdk-jvm-x.x.x-without-dependencies.jar
tosdk-jvm-.x.x.x.jar
Andsdk-jvm-.x.x.x.jar
tosdk-jvm-x.x.x-with-dependencies.jar
Here you can see that
sdk-jvm-.x.x.x.jar
was with dependencies and you changed it to be without dependencies, once released on maven people that were importingsdk-jvm-.x.x.x
in theirpom.xml
orbuild.gradle
will have issues because they will have missing dependencies. We should keep the same naming as before to avoid confusing the users when they will be upgrading their version of the SDK.Also can you please update the compatibility matrix in the
README.md
FIxed in commit c1fb776002f48a137ae30d7752d32bce00d1cd45
What does this PR do ?
How should this be manually tested?
...
Other changes
Boyscout