How do I load a gradle java project into Intellij with bad gradle code -
when try open new java project intellij there problems running gradle build , project won't load. doesn't create .idea folder.
this means can't edit in ide fix errors.
is there way load intellij , have ignore gradle stuff?
intellij idea 2016.2.5 build #ic-162.2228.15, built on october 14, 2016 jre: 1.8.0_102-b14 amd64 jvm: java hotspot(tm) 64-bit server vm oracle corporation
go project, delete .ipr
, .iml
, .iws
files , .idea
dir.
in intellij file > new > project existing sources...
select create project existing sources
, not import.
next, next, next
then going unlinked gradle project?
- decline.
fix stuff , run in terminal alt+f12
if it's fine can link project intellij.
also check build, execution, deployment in intellij settings
Comments
Post a Comment