Notice
Recent Posts
Recent Comments
목록2016/05/27 (1)
준호씨의 블로그
Recompile with -Xlint:unchecked for details. unchecked conversion
gradle 테스트를 돌리니 저런게 나온다. Note: /.../src/test/java/somewhere/Something.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. http://stackoverflow.com/questions/18689365/how-to-add-xlintunchecked-to-my-android-gradle-based-project 보니 아래 내용을 추가 하란다. allprojects { gradle.projectsEvaluated { tasks.withType(JavaCompile) { options.compilerArgs
개발이야기
2016. 5. 27. 23:37