File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed
kotlin/creator/buildsystem/gradle Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ val gradleToolingExtensionJar = tasks.register<Jar>(gradleToolingExtensionSource
62
62
63
63
repositories {
64
64
maven(" https://repo.denwav.dev/repository/maven-public/" )
65
- maven(" https://www.jetbrains.com/intellij-repository/snapshots" )
66
65
mavenCentral()
67
66
}
68
67
Original file line number Diff line number Diff line change 11
11
# suppress inspection "UnusedProperty" for whole file
12
12
kotlin.code.style =official
13
13
14
- ideaVersion = 221-EAP-SNAPSHOT
14
+ ideaVersion = 2022.1
15
15
ideaVersionName = 2022.1
16
16
17
17
coreVersion = 1.5.19
18
18
downloadIdeaSources = true
19
19
20
- pluginTomlVersion = 221.3427.87
20
+ pluginTomlVersion = 221.5080.126
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
15
15
grammarKit = " org.jetbrains.idea:grammar-kit:1.5.1"
16
16
17
17
# Gradle Tooling
18
- gradleToolingExtension = " com.jetbrains.intellij.gradle:gradle-tooling-extension:221.3427.89-EAP-SNAPSHOT "
18
+ gradleToolingExtension = " com.jetbrains.intellij.gradle:gradle-tooling-extension:221.5080.210 "
19
19
annotations = " org.jetbrains:annotations:20.1.0"
20
20
groovy = " org.codehaus.groovy:groovy-all:2.5.14"
21
21
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ class GradleWrapperStep(
338
338
339
339
// Show the background processes window for setup tasks
340
340
private fun showProgress (project : Project ) {
341
- if (! UISettings .instance .showStatusBar || UISettings .instance .presentationMode) {
341
+ if (! UISettings .getInstance() .showStatusBar || UISettings .getInstance() .presentationMode) {
342
342
return
343
343
}
344
344
Original file line number Diff line number Diff line change 33
33
]]>
34
34
</change-notes >
35
35
36
- <!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
37
- <idea-version since-build =" 213.3714.440" until-build =" 213.*" />
38
-
39
36
<extensionPoints >
40
37
<extensionPoint name =" mixinSelectorParser" interface =" com.demonwav.mcdev.platform.mixin.reference.MixinSelectorParser" dynamic =" true" />
41
38
<extensionPoint name =" mixinAnnotationHandler" beanClass =" com.demonwav.mcdev.platform.mixin.handlers.MixinAnnotationHandlerInfo" dynamic =" true" >
You can’t perform that action at this time.
0 commit comments