Scripts/jfmod/build.gradle.kts
JFronny c88155651c
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful
feat: migrate to CurseForgeGradle
2024-08-02 19:20:33 +02:00

10 lines
214 B
Plaintext

plugins {
jf.`plugin-conventions`
}
dependencies {
api(projects.lom)
implementation("com.modrinth.minotaur:Minotaur:2.8.7")
implementation("net.darkhax.curseforgegradle:CurseForgeGradle:1.1.24")
}