You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+30-7Lines changed: 30 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ buildscript {
10
10
}
11
11
}
12
12
13
+
plugins {
14
+
id "idea"
15
+
}
16
+
13
17
apply plugin: 'net.minecraftforge.gradle'
14
18
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
15
19
apply plugin: 'eclipse'
@@ -21,6 +25,15 @@ archivesBaseName = mod_id
21
25
22
26
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility ='1.8'// Need this here so eclipse task generates correctly.
0 commit comments