Liferay 2025 Q3.0 - Upgrade Jakarta

I created a new workspace with liferay version : 2025 Q3.6 and gradle version is 14.0.2 , after workspace is ready I created a rest-builder module and just doing buildREST in the gradle tasks .

I got javax issue

I did :
./gradlew upgradeJakarta

it updated jakarata but still I’m facing same issue .

I’m using Intellij Idea IDE .

The rest-builder defaults to javax for backwards compatibility.

Set javaEEPackage: jakarta in your rest-config.yaml to regen on Jakarta.
See additional details in our documentation.

I recommend running buildREST first, and then upgradeJakartato allow full conversion.