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

Redo: set until-build to undefined value #2658

Merged
merged 1 commit into from
Jan 23, 2023

Commits on Jan 23, 2023

  1. Redo: set until-build to undefined value

    Previously we unset until-build in DSL.
    However, Intellij SDK Gradle plugin DSL
    does not support setting only since-build,
    while omitting until-build.
    
    So we effectively made the plugin
    compatible with a single version of Intellij.
    
    This change fixes that by disabling patching
    since-build/until-build from DSL and setting
    since-build version directly in plugin.xml
    AlexeyTsvetkov committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b551729 View commit details
    Browse the repository at this point in the history