We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0351b commit d90d4faCopy full SHA for d90d4fa
README.md
@@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接
14
buildscript {
15
dependencies {
16
...
17
- classpath 'com.eastwood.tools.plugins:mis:1.4.1'
+ classpath 'com.eastwood.tools.plugins:mis:1.5.0'
18
}
19
20
```
mis-plugin/build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'maven'
def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'mis'
21
-def version = '1.4.1'
+def version = '1.5.0'
22
23
def localReleaseDest = "${buildDir}/release/${version}"
24
0 commit comments