Description
I deleted a java file from the repository but accidentally left some code using the deleted class on other places. Then I ran "gradle clean" and "gradle sdk". The build completed successfully even though it should have failed. Looks like the build used cached jfxrt.jar which still contains this deleted class.
Attachments
Issue Links
- duplicates
-
JDK-8123668 Need to remove compile and runtime dependency on BINARY_STUB
-
- Resolved
-