Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #244 secondary launcher fails in Kotlin DSL #257

Conversation

xzel23
Copy link
Collaborator

@xzel23 xzel23 commented Feb 6, 2024

This fixes #244. The actual fix is just one line of code, changing void secondaryLauncher(Action<LauncherData> action) to void secondaryLauncher(Action<SecondaryLauncherData> action) .

The rest is a test case that I copied from "multi-launch" and changed the build scripts to use the Kotlin DSL. I verified that the test fails without the fix applied and passes with it.

@airsquared airsquared merged commit dbeba1f into beryx:master Feb 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

secondary Launcher fails with application main class missing
2 participants