[BUG] 在构建的时候会报错 java.lang.String can't cast to be java.lang.String[]
pengshuangbao opened this issue · 4 comments
哪个tag或分支,有报错的信息吗
哪个tag或分支,有报错的信息吗
master 分支 ,报错信息
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (make-assembly) on project plink-dist: Unable to parse configuration of mojo org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single for parameter descriptors: Cannot assign configuration entry 'descriptors' with value 'src/main/assembly/assembly.xml' of type java.lang.String to property of type java.lang.String[] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
确定是mater吗,我这没有复现,如果是想测试0.1的话可直接下载压缩包
https://github.com/hairless/plink/releases/download/release-0.1.0/plink-0.1.0-bin.tar.gz
这个也可能和maven的版本有关系,我提个pr修复一下