File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
3
3
ext {
4
- kotlin_version = ' 1.2.10 '
4
+ kotlin_version = ' 1.2.21 '
5
5
junit_jupiter_version = ' 5.0.1'
6
6
junit_plugin_version = ' 1.0.1'
7
7
spek_version = ' 1.1.5'
@@ -49,7 +49,7 @@ apply plugin: "com.github.kt3k.coveralls"
49
49
50
50
51
51
group " com.viartemev.requestmapper"
52
- version " 0.8 "
52
+ version " 0.9 "
53
53
54
54
dependencies {
55
55
compile(" org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " )
@@ -91,11 +91,11 @@ intellij {
91
91
}
92
92
93
93
patchPluginXml {
94
- version ' 0.8 '
94
+ version ' 0.9 '
95
95
sinceBuild ' 141.0'
96
96
untilBuild ' '
97
97
}
98
98
99
99
task wrapper (type : Wrapper ) {
100
- gradleVersion = ' 4.4 .1'
100
+ gradleVersion = ' 4.5 .1'
101
101
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 .1-bin.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.5 .1-bin.zip
Original file line number Diff line number Diff line change 1
1
sonar.projectKey =com.viartemev.requestmapper
2
2
sonar.projectName =Request Mapper
3
- sonar.projectVersion =0.8
3
+ sonar.projectVersion =0.9
4
4
sonar.sourceEncoding =UTF-8
5
5
sonar.organization =viartemev-github
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.viartemev.requestmapper</id >
3
3
<name >Request mapper</name >
4
- <version >0.8 </version >
4
+ <version >0.9 </version >
5
5
<vendor email =" viartemev@gmail.com" url =" http://viartemev.com" >Vyacheslav Artemyev</vendor >
6
6
7
7
<description ><![CDATA[
44
44
45
45
<change-notes ><![CDATA[
46
46
<ul>
47
- <li>Improvement: search static variables</li>
47
+ <li>Improvement: add type for PathVariables</li>
48
+ <li>Improvement: update documentation</li>
48
49
</ul>
49
50
]]>
50
51
</change-notes >
You can’t perform that action at this time.
0 commit comments