Skip to content

Commit e5613db

Browse files
committed
Add sources and javadoc download to build gradle
1 parent 171444f commit e5613db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ plugins {
66
id 'net.neoforged.gradle.userdev' version '7.0.165'
77
}
88

9+
// IDEA no longer automatically downloads sources/javadoc jars for dependencies, so we need to explicitly enable the behavior.
10+
idea {
11+
module {
12+
downloadSources = true
13+
downloadJavadoc = true
14+
}
15+
}
16+
917
version = mod_version
1018
group = mod_group_id
1119

0 commit comments

Comments
 (0)