Gradle - Include *.properties file?

后端 未结 0 1532
轮回少年
轮回少年 2021-01-31 15:48

In my build.gradle currently:

def file = new File("$projectDir/${env}.properties");
if(file.canRead()){
    tokens.load(new FileInputStream(propertiesFi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题