We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d886d2 commit 77e0f99Copy full SHA for 77e0f99
scripts/tools.gradle
@@ -84,15 +84,4 @@ ext.toolsSetup = { AbstractArchiveTask zip->
84
into '/tools'
85
}
86
87
- /*if (project.ext.buildClassifier == 'Windows') {
88
- zip.from (scriptBaseFile) {
89
- into '/tools'
90
- }
91
- } else {
92
- zip.from (scriptBaseUnixFile) {
93
94
- fileMode 0755
95
96
- }*/
97
-
98
0 commit comments