OSDN Git Service

Merge pull request #42 from dictzip/topic/miurahr/get-pos-dictzip
authorHiroshi Miura <miurahr@linux.com>
Sat, 29 Jan 2022 03:33:59 +0000 (12:33 +0900)
committerGitHub <noreply@github.com>
Sat, 29 Jan 2022 03:33:59 +0000 (12:33 +0900)
Fix read error on some test case: unexpected end of file of ZLIB

1  2 
build.gradle

diff --cc build.gradle
@@@ -4,9 -4,8 +4,8 @@@ plugins 
      id 'java-library'
      id 'maven-publish'
      id 'java-library-distribution'
-     id "signing"
      id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
 -    id 'com.palantir.git-version' version "0.12.3"
 +    id 'com.palantir.git-version' version "0.13.0"
  }
  
  // calculate version string from git tag, hash and commit distance