All modern default CI linux systems and macOS uses...
# performance
p
All modern default CI linux systems and macOS uses UTF-8 right? Why is this highlighted very specifically? https://x.com/gradle/status/1932118843448549458 https://docs.gradle.org/current/userguide/best_practices_performance.html
v
Java 18+ uses UTF-8 by default: https://openjdk.org/jeps/400
🙌 1