Go to file
Teriuihi a8ac621f51 Fix default abilities list initialization
Previously, the default value for the abilities list was null, leading to potential NullPointerExceptions. This change initializes the default list as an empty list to prevent such errors.
2024-10-18 19:50:13 +02:00
.idea Initial commit 2024-10-18 17:49:49 +02:00
gradle/wrapper Initial commit 2024-10-18 17:49:49 +02:00
src/main Fix default abilities list initialization 2024-10-18 19:50:13 +02:00
.gitignore Initial commit 2024-10-18 17:49:49 +02:00
build.gradle.kts Initial commit 2024-10-18 17:49:49 +02:00
gradlew Initial commit 2024-10-18 17:49:49 +02:00
gradlew.bat Initial commit 2024-10-18 17:49:49 +02:00
Jenkinsfile Update Gradle build command in Jenkinsfile 2024-10-18 19:30:54 +02:00
settings.gradle.kts Initial commit 2024-10-18 17:49:49 +02:00