Skip to content

Commit 77e0f99

Browse files
committed
clean up commented out code
1 parent 5d886d2 commit 77e0f99

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/tools.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,4 @@ ext.toolsSetup = { AbstractArchiveTask zip->
8484
into '/tools'
8585
}
8686

87-
/*if (project.ext.buildClassifier == 'Windows') {
88-
zip.from (scriptBaseFile) {
89-
into '/tools'
90-
}
91-
} else {
92-
zip.from (scriptBaseUnixFile) {
93-
into '/tools'
94-
fileMode 0755
95-
}
96-
}*/
97-
9887
}

0 commit comments

Comments
 (0)