Update ForgeGradle version and re-add evaluationDependsOn

This commit is contained in:
LexManos 2025-08-12 12:03:29 -07:00
parent 404ea1e016
commit 0e6e6ef2d8
No known key found for this signature in database
GPG key ID: 6E90061A7AE1F652

View file

@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:3.+'
classpath 'net.minecraftforge.gradle:ForgeGradle:3.0.197'
classpath 'org.ow2.asm:asm:7.2'
classpath 'org.ow2.asm:asm-tree:7.2'
}
@ -121,6 +121,7 @@ project(':clean') {
}
project(':forge') {
evaluationDependsOn(findProject(':clean') != null ? ':clean' : ':mcp')
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: 'eclipse'