- Replaced `subprojects` with buildSrc plugins - Moved to Jetbrains Annotations over jsr305 - Removed timestamp related manifest attributes - Re-enabled the gradle module metadata, required for NeoForge now. - Changed the runs folder to `runs/<type>` for consistency
4 lines
103 B
Groovy
4 lines
103 B
Groovy
plugins {
|
|
// Required for NeoGradle
|
|
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7"
|
|
} |