We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11fe91 commit 15845a5Copy full SHA for 15845a5
build.gradle
@@ -22,7 +22,7 @@ apply from: rootDir.canonicalPath + '/.gradle/publish.gradle'
22
defaultTasks 'shadowJar'
23
24
group = 'com.github.wjw465150' //Sonatype上的Issue里填写的`Group Id`,可以跟package路径完全不一样
25
-version = "2.11.4"
+version = "2.12.5"
26
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
27
28
repositories {
0 commit comments