Skip to content

Commit

Permalink
Fix debugging in idea 14
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalVox committed Apr 26, 2015
1 parent d91ad39 commit de6d10d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Expand Up @@ -48,6 +48,14 @@ processResources
}
}

afterEvaluate {
allprojects { project ->
if (project.plugins.hasPlugin("idea"))
{
idea { module { inheritOutputDirs = true } }
}
}
}

jar
{
Expand Down

0 comments on commit de6d10d

Please sign in to comment.