CLI interface for Pterodactyl (Pelican) Panel game server orchestraction software. Written in Kotlin and built with GraalVM
Refer to tests for environment variables needed to run them
The following command will run tests with native image agent and collect various runtime metadata. Crucial for reflections, dynamic proxies etc.
./gradlew -Pagent test
./gradlew metadataCopy --task test --dir src/main/resources/META-INF/native-image
./gradlew nativeCompile