File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ version = properties("pluginVersion")
20
20
// Configure project's dependencies
21
21
repositories {
22
22
mavenCentral()
23
+ maven(url = " https://www.jetbrains.com/intellij-repository/releases" )
23
24
}
24
25
25
26
// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
@@ -56,6 +57,10 @@ tasks {
56
57
gradleVersion = properties(" gradleVersion" )
57
58
}
58
59
60
+ instrumentCode {
61
+ compilerVersion.set(properties(" instrumentationCompiler" ))
62
+ }
63
+
59
64
patchPluginXml {
60
65
version.set(properties(" pluginVersion" ))
61
66
sinceBuild.set(properties(" pluginSinceBuild" ))
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ pluginVersion=1.0.0
9
9
pluginSinceBuild =213
10
10
pluginUntilBuild =221.*
11
11
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
12
- # Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots
12
+ # Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
13
13
platformType =GW
14
14
platformVersion =221.5591.55-CUSTOM-SNAPSHOT
15
+ instrumentationCompiler =221.5591.52
15
16
platformDownloadSources =true
16
17
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
17
18
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
You can’t perform that action at this time.
0 commit comments