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

Make sure executable ends with .exe under Windows #199

Merged
merged 4 commits into from Feb 4, 2022
Merged

Commits on Feb 3, 2022

  1. Make sure executable ends with .exe under Windows

    This commit fixes the executable name when the plugin is running
    under Windows: `nativeRun` would fail because it doesn't append
    the `.exe` extension to the file name.
    
    Fixes #198
    melix committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    1a34e27 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Disable CI builds for Gradle

    melix committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2dcd531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a6e6c View commit details
    Browse the repository at this point in the history
  3. Disable testing for Maven on Windows too

    Since this is also failing in strange ways.
    melix committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    fba0034 View commit details
    Browse the repository at this point in the history