Use published mekanism artifacts

This commit is contained in:
DBotThePony 2022-03-21 18:45:30 +07:00
parent 2c4bd9ccd8
commit e5b419f78f
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -98,8 +98,7 @@ dependencies {
(this as ExternalModuleDependency).isTransitive = false
} as Closure<Any>)))
//compileOnly(fg.deobf("blank:Mekanism-1.18.1:10.1.2.homebaked-all"))
implementation(fg.deobf("blank:Mekanism-1.18.1:10.1.2.homebaked-all"))
implementation(fg.deobf("mekanism:Mekanism:1.18.1-10.1.2.homebaked:all"))
library(create("ru.dbotthepony:kvector:1.2.0-SNAPSHOT", excludeKGroup))
}