p3c-pmd 1.3.2

idea-plugin 1.0.2
upgrade kotlin version to 1.2.0
This commit is contained in:
骏烈
2017-11-29 09:57:57 +08:00
parent 5481dc3953
commit c868d5bb47
6 changed files with 6 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
kotlin_version=1.1.51
kotlin_version=1.2.0
#idea_version=171.3780.15
idea_version=14.1.7
plugin_name=Alibaba Java Coding Guidelines

View File

@@ -32,13 +32,13 @@ intellij {
updateSinceUntilBuild false
sandboxDirectory "$project.buildDir/idea-sandbox/$idea_version"
}
version '1.0.1'
version '1.0.2'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
dependencies {
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.25-incubating'
compile 'com.alibaba.p3c:p3c-pmd:1.3.0'
compile 'com.alibaba.p3c:p3c-pmd:1.3.2'
compile group: 'org.javassist', name: 'javassist', version: '3.21.0-GA'
}