File tree 2 files changed +9
-14
lines changed 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.jetbrains.intellij"
2
+ id " org.jetbrains.intellij" version " ${ intellijPluginVersion } "
3
3
id " idea"
4
4
}
5
5
@@ -12,19 +12,19 @@ runIdeForUiTests {
12
12
}
13
13
14
14
intellij {
15
- version ideaVersion // for a full list of Jetbrains IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
16
- pluginName ' Telemetry by Red Hat'
17
- updateSinceUntilBuild false
15
+ version = ideaVersion // for a full list of Jetbrains IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
16
+ pluginName = ' Telemetry by Red Hat'
17
+ updateSinceUntilBuild = false
18
18
}
19
19
20
20
patchPluginXml {
21
- sinceBuild sinceIdeaBuild
22
- version projectVersion
21
+ sinceBuild = sinceIdeaBuild
22
+ version = projectVersion
23
23
}
24
24
25
25
publishPlugin {
26
- token jetBrainsToken
27
- channels jetBrainsChannel
26
+ token = jetBrainsToken
27
+ channels = [ jetBrainsChannel]
28
28
}
29
29
30
30
dependencies {
@@ -65,11 +65,6 @@ java {
65
65
withSourcesJar()
66
66
}
67
67
68
- publishPlugin {
69
- token jetBrainsToken
70
- channels jetBrainsChannel
71
- }
72
-
73
68
repositories {
74
69
mavenCentral()
75
70
mavenLocal()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ideaVersion = IC-2019.3
3
3
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
4
4
sinceIdeaBuild =193.5233.102
5
5
projectVersion =0.0.3-SNAPSHOT
6
- intellijPluginVersion =0.6.5
6
+ intellijPluginVersion =1.1.4
7
7
jetBrainsToken =invalid
8
8
jetBrainsChannel =stable
9
9
nexusUser =invalid
You can’t perform that action at this time.
0 commit comments