2015. 7. 16. 22:59ㆍplming/Java
gradle을 통해 실행된 결과는 Cash된다.
이를 무시하고 다시 실행하기 원할 때는
gradle -rerun-tasks 블라블라
batch 파일로 만들어서 실행하고 싶다면
gradle 자체가 .bat 파일이기 때문에
call gradle -rerun-tasks 블라블라
이런 저런 실행 옵션은
> gradle -h
USAGE: gradle [option...] [task...]
-?, -h, --help
--continue
--foreground
-p, --project-dir
|
Shows this help message. |
--parallel
--parallel-threads
|
Build projects in parallel. Gradle will attempt to determine the optimal number of executor threads to use. [incubating] |
--profile
--project-cache-dir -q, --quiet |
Profiles build execution time and generates a report in the <build_dir>/reports/profile directory. Specifies the project-specific cache directory. Defaults to .gradle in the root project directory. Log errors only. Force build script recompiling. Refresh the state of dependencies. Ignore previously cached task results. Print out the full (very verbose) stacktrace for all exceptions. Print out the stacktrace for all exceptions. Stops the Gradle daemon if it is running. Don't search in parent folders for a settings.gradle file. Print version info. Specify a task to be excluded from execution. |
'plming > Java' 카테고리의 다른 글
jsp excel export시 숫자를 문자로 표시하도록 (0) | 2016.02.19 |
---|---|
mybatis - 1 select로 연관된 select를 property로 받기 (0) | 2016.02.15 |
gradle 사용시 package org.junit does not exist 발생 (0) | 2015.07.14 |
Groovy(그루비) 설치하기 (0) | 2015.07.09 |
Gradle(그레이들) 설치하기 (0) | 2015.07.08 |