-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbuild.gradle
More file actions
18 lines (16 loc) · 652 Bytes
/
build.gradle
File metadata and controls
18 lines (16 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
buildscript {
configurations.classpath {
resolutionStrategy {
force 'net.minecraftforge:srgutils:0.6.2'
}
}
}
plugins {
id 'net.darkhax.curseforgegradle' version '1.0.8' apply false
id 'com.diffplug.spotless' version '6.25.0' apply false
id 'com.modrinth.minotaur' version '2.+' apply false
id 'fabric-loom' version '1.7-SNAPSHOT' apply false
id 'net.neoforged.moddev' version '0.1.110' apply false
id 'net.neoforged.gradle.userdev' version '7.0.145' apply false
// id 'net.minecraftforge.gradle' version '[6.0.24,6.2)' apply false // Don't load yet to fix DiffPatch conflict issue between FG and NG
}