This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
maven-sync-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Sort package list
wip/coursier
Sindre Stephansen
2 years ago
parent
2bb8ca18d8
commit
87073ad398
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
update-poms.py
+ 1
- 1
update-poms.py
View File
@@ -313,7 +313,7 @@ async def main() -> None:
logger.info('Generating list of all packages')
async with done_lock:
with open(output_path, 'w') as f:
for p in done:
for p in
sorted(
done
)
:
f.write(p + '\n')
Write
Preview
Loading…
Cancel
Save