You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,4 +167,14 @@ Optionally you can enable logging by adding `logback.xml` file to `src/main/reso
167
167
</logger>
168
168
169
169
</configuration>
170
-
```
170
+
```
171
+
172
+
## Developer notes
173
+
174
+
In case of getting next error
175
+
176
+
```shell
177
+
error: error reading /home/jenkins/groupdocs-viewer.jar; Unsupported size: 19732345 for JarEntry META-INF/MANIFEST.MF. Allowed max size: 8000000 bytes
178
+
```
179
+
180
+
Create environment variables `MAVEN_OPTS`, `JAVA_OPTS` or `JAVA_TOOL_OPTIONS` with value `-Djdk.jar.maxSignatureFileSize=25000000`. Which variable to use depends on your project and way you run it.
0 commit comments