Skip to content

Commit 2792ad0

Browse files
committed
Make intellij always download javadocs and sources if available
1 parent e4fa6e9 commit 2792ad0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ idea {
3434
for (String excludeDirName in ["run", "runGameTests", "out", "logs", "gradle"]) {
3535
excludeDirs.add(new File(projectDir, excludeDirName))
3636
}
37+
//Tell IDEA to always download sources/javadoc artifacts from maven.
38+
downloadJavadoc = true
39+
downloadSources = true
3740
}
3841
}
3942

0 commit comments

Comments
 (0)