因此,我尝试将本地. jar 文件依赖项添加到我的build.gradle 文件中: apply plugin: 'java' sourceSets { main { java { srcDir 'src/model' } } } dependencies ...
確定! 回上一頁