add hlaeja version catalog

- add gradle properties information in README.md
- remove repositories from build.gradle.kts
- change to settings.gradle.kts
  - add dependency resolution management
  - add plugin management repositories
- add catalog in gradle.properties
This commit is contained in:
2025-04-07 17:20:41 +02:00
parent c38b276a9f
commit 3b4de1268f
4 changed files with 53 additions and 4 deletions

View File

@@ -10,10 +10,6 @@ java {
}
}
repositories {
mavenCentral()
}
dependencies {
}