加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sonar-project.properties 850 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanghuanyu3 提交于 2019-08-21 19:24 . init bds-tron
sonar.projectKey=java-tron
sonar.projectName=java-tron
sonar.projectVersion=2.1
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/tronprotocol/java-tron
sonar.links.ci=https://travis-ci.org/tronprotocol/java-tron
sonar.links.scm=https://github.com/tronprotocol/java-tron
sonar.links.issue=https://github.com/tronprotocol/java-tron/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src/main
sonar.tests=src/test
sonar.java.binaries=build/classes
# =====================================================
# Properties that will be shared amongst all modules
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化