We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171444f commit e5613dbCopy full SHA for e5613db
build.gradle
@@ -6,6 +6,14 @@ plugins {
6
id 'net.neoforged.gradle.userdev' version '7.0.165'
7
}
8
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
+
17
version = mod_version
18
group = mod_group_id
19
0 commit comments