Closed fulldecent closed 5 years ago
I did rm -rf lib and ./mvnw initialize based on intuition. Not sure if that is the correct way to do it.
rm -rf lib
./mvnw initialize
Reference: https://github.com/fulldecent/aion-aip040/blame/master/README.md#L93
To delete the local lib and pull the new one, run mvn aion4j:init -DforceCopy
mvn aion4j:init -DforceCopy
Thanks @jennijuju!
I did
rm -rf lib
and./mvnw initialize
based on intuition. Not sure if that is the correct way to do it.Reference: https://github.com/fulldecent/aion-aip040/blame/master/README.md#L93