Skip to content

Commit 9324a6f

Browse files
committed
Fix intellij 14.1 import gradle project
Have to apply the idea plugin explicitly in the local build
1 parent 2d4fb2d commit 9324a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mongo-java-driver/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
def configDir = new File(rootDir, 'config')
1818

19+
apply plugin: 'idea'
1920
apply plugin: 'osgi'
2021

2122
archivesBaseName = 'mongo-java-driver'

0 commit comments

Comments
 (0)