On Tue, 10 Dec 2024 09:29:51 GMT, Sergey Chernyshev
wrote:
> Hi,
>
> this PR fixes the build failure after backporting JDK-8336798 [1].
> The test CSSRoundingTest.java uses multiline string literals, that are not
> supported with -source 11.
>
>
> [1] https://bugs.openjdk.org/browse/JDK-8336
On Wed, 25 Dec 2024 08:19:31 GMT, Sergey Chernyshev
wrote:
>> Hi,
>>
>> this PR fixes the build failure after backporting JDK-8336798 [1].
>> The test CSSRoundingTest.java uses multiline string literals, that are not
>> supported with -source 11.
>>
>>
>> [1] https://bugs.openjdk.org/browse/