Gradle 有两个SourceSet是默认必须有的,这两个SourceSet的特殊性在于,你不需要 ... sourceSets { main { java { srcDirs = ['src/java'] } resources ...
確定! 回上一頁