bloxbean / aion4j-maven-plugin

Aion4j Maven Plugin for AVM based smart contract on Aion
MIT License
4 stars 3 forks source link

Migrate to Maven 3.7 and remove mvnw #44

Open fulldecent opened 4 years ago

fulldecent commented 4 years ago

Blockers:


mvnw is moving into the upstream project and so the standalone project is deprecated.

Source: https://github.com/takari/maven-wrapper/issues/139

So we can plan to upgrade to Maven 3.7 and then remove mvnw here.

satran004 commented 4 years ago

Thanks @fulldecent for highlighting this. We can start planning for mvn 3.7. So that when it's out, we are compatible. But we may need to support the older version for sometime, as IDE may take sometime to bundle the new maven version.