Skip to content

Commit

Permalink
Target 2022.1 IntelliJ release
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Apr 13, 2022
1 parent da0fc78 commit 4fac9c5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ val gradleToolingExtensionJar = tasks.register<Jar>(gradleToolingExtensionSource

repositories {
maven("https://repo.denwav.dev/repository/maven-public/")
maven("https://www.jetbrains.com/intellij-repository/snapshots")
mavenCentral()
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# suppress inspection "UnusedProperty" for whole file
kotlin.code.style=official

ideaVersion = 221-EAP-SNAPSHOT
ideaVersion = 2022.1
ideaVersionName = 2022.1

coreVersion = 1.5.19
downloadIdeaSources = true

pluginTomlVersion = 221.3427.87
pluginTomlVersion = 221.5080.126
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
grammarKit = "org.jetbrains.idea:grammar-kit:1.5.1"

# Gradle Tooling
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:221.3427.89-EAP-SNAPSHOT"
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:221.5080.210"
annotations = "org.jetbrains:annotations:20.1.0"
groovy = "org.codehaus.groovy:groovy-all:2.5.14"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/creator/buildsystem/gradle/gradle-steps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class GradleWrapperStep(

// Show the background processes window for setup tasks
private fun showProgress(project: Project) {
if (!UISettings.instance.showStatusBar || UISettings.instance.presentationMode) {
if (!UISettings.getInstance().showStatusBar || UISettings.getInstance().presentationMode) {
return
}

Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
]]>
</change-notes>

<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="213.3714.440" until-build="213.*"/>

<extensionPoints>
<extensionPoint name="mixinSelectorParser" interface="com.demonwav.mcdev.platform.mixin.reference.MixinSelectorParser" dynamic="true" />
<extensionPoint name="mixinAnnotationHandler" beanClass="com.demonwav.mcdev.platform.mixin.handlers.MixinAnnotationHandlerInfo" dynamic="true">
Expand Down

0 comments on commit 4fac9c5

Please sign in to comment.