You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation issues of Truelicense project using JDK 17
When I was compiling and packaging a JDK17 project, I encountered the issue of using SourceVersion in the ObfuscateProcessor class of truecontext obfuscate RELASE_8 caused me to report an error when confusing my code:
[WARNING] from the annotation handler 'global. namespace. truelierse.ObfuscateProcessor' The supported source version 'RELASE_8' of ObfuscateProcessor is lower than - source '17'
But it has been failing all along. Have you ever handled upgrading to JDK 17 to compile the Truelicense project?
The text was updated successfully, but these errors were encountered:
Compilation issues of Truelicense project using JDK 17
When I was compiling and packaging a JDK17 project, I encountered the issue of using SourceVersion in the ObfuscateProcessor class of truecontext obfuscate RELASE_8 caused me to report an error when confusing my code:
[WARNING] from the annotation handler 'global. namespace. truelierse.ObfuscateProcessor' The supported source version 'RELASE_8' of ObfuscateProcessor is lower than - source '17'
But it has been failing all along. Have you ever handled upgrading to JDK 17 to compile the Truelicense project?
The text was updated successfully, but these errors were encountered: