- 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
42 B
Groovy
4 lines
42 B
Groovy
plugins {
|
|
id 'groovy-gradle-plugin'
|
|
}
|