Skip to content

Commit c6b7f88

Browse files
authored
Fix error calling gradle install (#557)
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 662d9dd commit c6b7f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class InstallPath extends DefaultTask {
6666
* Install Task Action that copies the script and jar files
6767
*/
6868
@TaskAction
69-
private void install() {
69+
public void install() {
7070
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
7171
final String install_path = (path != null && !path.isEmpty()) ? path : "C:\\Program Files\\fastddsgen\\";
7272

0 commit comments

Comments
 (0)