fix: bump plugin version to fix circular dependencies and make gradlew executable, remove .idea/ junk

This commit is contained in:
oskarscot
2026-02-02 16:32:44 +00:00
parent 0a897e0522
commit d6575627a3
6 changed files with 4 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ rootProject.name = "dev.hytalemodding"
plugins {
// See documentation on https://scaffoldit.dev
id("dev.scaffoldit") version "0.2.1"
id("dev.scaffoldit") version "0.2.2"
}
//