Gradle's build scripts are nothing but Groovy: task toLower { doLast { String someString = 'HELLO FROM BAELDUNG' println "Original: "+ ...
確定! 回上一頁