task copyToLib( type: Copy ) { into "$buildDir/myapp/lib" from configurations.runtime { exclude group: 'org.slf4j' } // We only want jars ...
確定! 回上一頁