This repository was archived by the owner on May 14, 2026. It is now read-only.
Commit cf07ea8
authored
chore: add workaround for sonatype issue with Java 17 (#1703)
The release in https://togithub.com/googleapis/sdk-platform-java/pull/1674 failed with the following error:
```
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:release (default-cli) on project gapic-generator-java-root: Execution default-cli of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:release failed: No converter available
[ERROR] ---- Debugging information ----
[ERROR] message : No converter available
[ERROR] type : java.util.Arrays$ArrayList
[ERROR] converter : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
[ERROR] message[1] : Unable to make field protected transient int java.util.AbstractList.modCount accessible: module java.base does not "opens java.util" to unnamed module @6a1d526c
[ERROR] -------------------------------
```
Using the workaround created in https://togithub.com/GoogleCloudPlatform/spring-cloud-gcp/pull/1576 to resolve this issue.1 parent b204f3f commit cf07ea8
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments