A SourceSet represents a logical group of Java source and resources. ... apply plugin: 'java' sourceSets { main { java { exclude 'some/unwanted/package/**' } ...
確定! 回上一頁