2022-10-06 19:30:52 +02:00
|
|
|
plugins {
|
2024-03-12 11:31:16 +01:00
|
|
|
jf.`plugin-conventions`
|
2022-10-06 19:30:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-03-12 11:31:16 +01:00
|
|
|
api(projects.lom)
|
|
|
|
implementation("com.modrinth.minotaur:Minotaur:2.8.7")
|
2024-08-02 19:20:33 +02:00
|
|
|
implementation("net.darkhax.curseforgegradle:CurseForgeGradle:1.1.24")
|
2022-10-06 19:30:52 +02:00
|
|
|
}
|