はじめに
の通りに設定しても、Windows 環境でエラーとなりました。
C:\Users\oki2a24\CompilingAndTestingJava7WithGradleInWindows>gradlew.bat build FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\oki2a24\CompilingAndTestingJava7WithGradleInWindows\build.gradle' line: 21 * What went wrong: A problem occurred evaluating root project 'CompilingAndTestingJava7WithGradleInWindows'. > There is no javadoc executable in C:\Program Files\Java\jdk1.7.0_80\bin. Expression: executable.exists() * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1s C:\Users\oki2a24\CompilingAndTestingJava7WithGradleInWindows>
修正内容と、その原因・理由をノートします。
また、修正したコードは次のリポジトリとしてアップしています。
