mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 15:10:54 +00:00
1.0.5
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<dependency>
|
||||
<groupId>com.alibaba.p3c</groupId>
|
||||
<artifactId>p3c-pmd</artifactId>
|
||||
<version>1.3.4</version>
|
||||
<version>1.3.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
|
@@ -6,4 +6,4 @@ pmd_version=5.5.2
|
||||
gradle_jetbrains_version=0.2.13
|
||||
systemProp.file.encoding=UTF-8
|
||||
|
||||
plugin_version=1.0.4
|
||||
plugin_version=1.0.5
|
||||
|
@@ -38,7 +38,7 @@ 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.4'
|
||||
compile 'com.alibaba.p3c:p3c-pmd:1.3.5'
|
||||
compile group: 'org.javassist', name: 'javassist', version: '3.21.0-GA'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user