File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ task unzipLibzim(type: Copy) {
111111}
112112
113113task renameLibzimFolders () {
114- renameFolders (buildDir. path," libzim_" )
114+ removeDateFromFolderName (buildDir. path," libzim_" )
115115}
116116
117117task copyLibzimHeaderAndSoFiles (type : Copy ) {
@@ -175,10 +175,10 @@ task downloadLibkiwixSoAndHeaderFiles(type: Download) {
175175}
176176
177177task renameLibkiwixFolders () {
178- renameFolders (buildDir. path," libkiwix_" )
178+ removeDateFromFolderName (buildDir. path," libkiwix_" )
179179}
180180
181- static void renameFolders (String path , String startWith ) {
181+ static void removeDateFromFolderName (String path , String startWith ) {
182182 File directory = new File (path)
183183 if (directory. exists() && directory. isDirectory()) {
184184 Arrays . stream(directory. listFiles())
You can’t perform that action at this time.
0 commit comments