Included a new Maven repository URL to the build configuration for enhanced flexibility in package retrieval. This change allows access through an alternative port, ensuring better availability and compatibility with different network setups.
Switch from a snapshot to the stable release of kotlin-css-generator to ensure reliability and stability. This change enhances dependency management and reduces the risk of issues related to using a snapshot version.
Removed mavenLocal() and added a new custom Maven repository URL to the repositories block. This change allows the project to fetch dependencies from the specified Gitea-based Maven repository. The adjustment ensures access to specific packages not available on Maven Central.
The gradle.properties file, which specified the Kotlin code style as official, has been deleted. This change is likely because the project no longer requires this configuration or has moved to a different setup for managing code styles.