My iOS app hadn't need to be updated for more than 2 years.
Last month, an obscure bug was detected so it was time for a small fix.
That went well, but compilation stops with the error below:
---------------------
B4i Version: 7.50
Parsing code. (0.07s)
Building folders structure. (0.04s)
Compiling code. (0.23s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. Error
error: Source option 6 is no longer supported. Use 7 or later.
javac 14.0.1
------------------------
How and where can I change this source option ?