示例Java Maven 源码
Java Maven示例 指南 Travis设定 添加到您的.travis.yml文件。 language : java # Cobertura is not supported in JDK11 so you must downgrade the JDK that Travis uses if you want to use Cobertura with Travis. # See https://github.com/cobertura/cobertura/issues/381 jdk : - openjdk8 script : " mvn cobertura:cobertura "
用户评论