Skip to content

Commit 27ae25f

Browse files
committed
Update SSIDEA version and build.gradle
1 parent 08f2ceb commit 27ae25f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/ServiceStackIDEA/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
plugins {
22
id "org.jetbrains.intellij" version "0.0.32"
33
}
4+
version = '1.0.13'
45

56
apply plugin: 'org.jetbrains.intellij'
6-
77
dependencies {
88

99
}
1010

11+
if(System.env.BUILD_NUMBER != null) {
12+
version = "${version}.$System.env.BUILD_NUMBER"
13+
}
14+
1115
String jbUser;
1216
String jbPass;
1317

src/ServiceStackIDEA/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<idea-plugin version="2">
22
<id>net.servicestack.ideaplugin</id>
33
<name>ServiceStack</name>
4-
<version>1.0.12</version>
4+
<!--Change build version in build.gradle-->
5+
<version>1.0.13</version>
56
<vendor email="team@servicestack.net" url="https://servicestack.net/">ServiceStack</vendor>
67

78
<description><![CDATA[

0 commit comments

Comments
 (0)