我如何在Gradle中包含属性文件?
例如在Ant中,我可以执行以下操作:
<property file="${basedir}/build.properties" />
gradle
gradle ×1