Remove settings.gradle.kts for cleanup of unused project configuration.

This commit is contained in:
Jakub Chrzanowski
2026-04-27 12:42:55 +02:00
parent 74c204dde6
commit 0a76b1e2cd
2 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
rootProject.name = "%NAME%"

View File

@@ -7,6 +7,7 @@
### Fixed
- Update Run Plugin configuration to fix sandbox log file path
- Remove `settings.gradle.kts` for cleanup of unused project configuration.
## [2.5.0] - 2026-04-17