MultiLoader-Template/buildSrc/build.gradle
Jared 985f33d90c Modernize the template
- 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
2024-04-19 21:30:40 -06:00

4 lines
42 B
Groovy

plugins {
id 'groovy-gradle-plugin'
}