Local.propterties 的调用

98 阅读1分钟
Properties properties = new Properties()
def stream = project.rootProject.file("local.properties").newDataInputStream()
properties.load(stream)