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
No known key found for this signature in database
GPG key ID: D9D7F8B5740147C2
6 changed files with 4 additions and 20 deletions

4
.gitignore vendored
View file

@ -8,6 +8,7 @@ target/
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/*.xml
.idea/libraries/
*.iws
*.iml
@ -41,4 +42,5 @@ build/
### Gradle ###
.gradle
.kotlin
devserver
devserver
/.idea/

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AgentMigrationStateService">
<option name="migrationStatus" value="COMPLETED" />
</component>
</project>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AskMigrationStateService">
<option name="migrationStatus" value="COMPLETED" />
</component>
</project>

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EditMigrationStateService">
<option name="migrationStatus" value="COMPLETED" />
</component>
</project>

0
gradlew vendored Normal file → Executable file
View file

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"
}
//