Local.propterties 的调用 jf1011 2021-05-14 98 阅读1分钟 Properties properties = new Properties() def stream = project.rootProject.file("local.properties").newDataInputStream() properties.load(stream)