We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662d9dd commit c6b7f88Copy full SHA for c6b7f88
build.gradle
@@ -66,7 +66,7 @@ public class InstallPath extends DefaultTask {
66
* Install Task Action that copies the script and jar files
67
*/
68
@TaskAction
69
- private void install() {
+ public void install() {
70
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
71
final String install_path = (path != null && !path.isEmpty()) ? path : "C:\\Program Files\\fastddsgen\\";
72
0 commit comments