blangSDK icon indicating copy to clipboard operation
blangSDK copied to clipboard

New version of gradle seems to have messed up gradle eclipse task

Open alexandrebouchard opened this issue 5 years ago • 1 comments

Missing blang folder into the build path. Related to some deprecation warning gradle has been spitting for a while? Should fix once and for all fragile eclipse export (java 8 compatibility too has been an issue for a while)

alexandrebouchard avatar May 02 '19 06:05 alexandrebouchard

Temporary fix: make sure you have this and only those in build path:

blang/build/blang/{test,main} blang/build/xtend/{test,main} blang/src/{test,main}/java

alexandrebouchard avatar May 02 '19 06:05 alexandrebouchard