Skip to content

Commit e2e3156

Browse files
committed
Forgot to update plugins
1 parent e44ef6e commit e2e3156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import dev.deftu.gradle.utils.GameSide
44

55
plugins {
66
java
7-
kotlin("jvm") version("2.0.0")
8-
val dgtVersion = "2.27.1"
7+
kotlin("jvm") version("2.0.10")
8+
val dgtVersion = "2.35.0"
99
id("dev.deftu.gradle.tools") version(dgtVersion) // Applies several configurations to things such as the Java version, project name/version, etc.
1010
id("dev.deftu.gradle.tools.resources") version(dgtVersion) // Applies resource processing so that we can replace tokens, such as our mod name/version, in our resources.
1111
id("dev.deftu.gradle.tools.bloom") version(dgtVersion) // Applies the Bloom plugin, which allows us to replace tokens in our source files, such as being able to use `@MOD_VERSION` in our source files.

0 commit comments

Comments
 (0)