随笔分类 - gradle
摘要:gradle版本为5.2.1➜ gradle_java git:(master) ✗ ./gradlew build -x test FAILURE: Build failed with an exception.* What went wrong:org/gradle/api/attributes
阅读全文
摘要:https://www.cnblogs.com/t0000/articles/9453404.html plugins { id 'org.hidetake.ssh' version '2.9.0' } 这是 gradle 2.1 及以上最新版本的语法 buildscript { repositor
阅读全文
摘要:https://www.cnblogs.com/jyx140521/p/6855210.html 用以下build.gradle打包出来的jar包,依赖是分离的: apply plugin: 'java' dependencies { compile 'commons-codec:commons-c
阅读全文