gradle 构建跳过单元测试
gradle build -x test
dependencies.dependency.scope’ for junit:junit:jar must be one of [compile, runtime, system] but is ‘test’. in log4j:log4j:1.2.15
在配置文件build.gradle
中添加
1 | implementation("log4j:log4j:1.2.17") |
Log4J 1.2.15(16) 的 pom 中存在一个Bug。 通过
1.2.17 的显式依赖
解决
idea控制台中文乱码
打开Help>Edit Custom VM Options
添加
-Dfile.encoding=UTF-8