fix tools.jar issue with java 9+

This commit is contained in:
金戟
2020-11-04 11:48:07 +08:00
parent 6454ae547e
commit 4b282179f4
2 changed files with 23 additions and 8 deletions

View File

@@ -22,6 +22,8 @@
主项目使用JDK 1.6+和Maven 3+版本构建,其中`demo`子项目需要JDK 1.8+版本。
由于`Testable`的测试也用到了`Testable`本身,本地首次构建时候需要使用`install`而不能只做`package`
```bash
mvn clean package
mvn clean install
```