Gradle cannot find variable in plugin script

前端 未结 0 1132
面向向阳花
面向向阳花 2021-01-13 07:59

I have a very simple build.gradle, that uses a simple plugin script:

build.gradle:

String abc = "xyz"
print abc

apply from: \'script.gradle\         


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