Skip to content

Commit

Permalink
Fix gradle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Jul 28, 2024
1 parent 7d008fd commit 67e09ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import com.github.minecraftschurlimods.helperplugin.sourceSets

plugins {
idea
id("net.neoforged.gradle.userdev")
id ("com.github.minecraftschurlimods.helperplugin")
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("net.neoforged.gradle.userdev") version "7.0.142"
id("net.neoforged.gradle.userdev") version "7.0.154"
id("com.github.minecraftschurlimods.helperplugin") version "1.14"
}
repositories {
Expand Down

0 comments on commit 67e09ec

Please sign in to comment.