/gradle-unicode

Verify Gradle internal unicode/utf-8 handling

Primary LanguageShellMIT LicenseMIT

Gradle Unicode Example

This repository simply contains a minimal Gradle project that showcases Gradle internal Unicode/UTF-8 support (or lack thereof).

For this example this is specifically limited to parsing and handling gradle.properties.

It relates to the following issues:

Somewhat related other resources:

  • JEP#400 (JDK 18 and above)
  • JEP#226 (not directly related because it technically only affects Resource Bundles)