Skip to content

Commit

Permalink
update buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Nov 4, 2024
1 parent d4a3a4b commit ff907eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("fpgradle-minecraft") version ("0.6.1")
id("fpgradle-minecraft") version ("0.8.0")
}

group = "cofh"
Expand Down
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ pluginManagement {
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}


rootProject.name = "CoFHCore"

0 comments on commit ff907eb

Please sign in to comment.