사용자 도구

사이트 도구


gradle:build_env

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
gradle:build_env [2020/09/16 16:19]
kwon37xi
gradle:build_env [2020/09/16 16:21]
kwon37xi [분리된 build.gradle 에서 상호간 함수 지정]
줄 41: 줄 41:
   // 함수 등록   // 함수 등록
   childFunction = this.&childFunction   childFunction = this.&childFunction
 +}
 +------------
 +// 혹은 ext 에 직접 등록
 +ext.childFunction = { args ->
 +   // do somethings
 } }
 </code> </code>
 +  * [[https://stackoverflow.com/questions/27777591/how-to-define-and-call-custom-methods-in-build-gradle|groovy - How to define and call custom methods in build.gradle - Stack Overflow]]
  
 ===== Http Proxy ===== ===== Http Proxy =====
gradle/build_env.txt · 마지막으로 수정됨: 2020/09/16 16:21 저자 kwon37xi