Skip to content

Commit

Permalink
fixup: issue that the plugin is not compatible with 2021.1 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gileli121 committed Apr 25, 2021
1 parent 5857ad8 commit 0aa7d2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions JAVA/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ repositories {
}

intellij {
sinceBuild = '203.*'
untilBuild = '211.*'
version = '2021.1'
buildSearchableOptions.enabled = false
}

Expand All @@ -37,7 +36,6 @@ sourceSets {
patchPluginXml {
version = project.version
sinceBuild = '202'
untilBuild = '203.*'
}

runIde {
Expand Down

0 comments on commit 0aa7d2b

Please # to comment.