Minor build script changes

This commit is contained in:
MattBDev
2021-02-04 17:06:49 -05:00
parent ac16c9a2ba
commit f3d4621589
2 changed files with 5 additions and 41 deletions

View File

@ -48,10 +48,6 @@ val properties = Properties().also { props ->
props.load(it)
}
}
/*
val loomVersion: String = properties.getProperty("loom.version")
val mixinVersion: String = properties.getProperty("mixin.version")
*/
dependencies {
implementation(gradleApi())