Commit 274440d13c01d062a7a450e755e3df8aba7b511c

Authored by liuyunpeng
1 parent 1c2bfe31
Exists in master

更改读取表格的最大列数

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
build.gradle
... ... @@ -59,7 +59,7 @@ uploadArchives {
59 59 authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD)
60 60 }
61 61 pom.project {
62   - version '1.1.73'
  62 + version '1.1.76'
63 63 artifactId ARTIFACT_Id
64 64 groupId GROUP_ID
65 65 packaging TYPE
... ...