diff options
| author | chrislu <chris.lu@gmail.com> | 2023-11-13 08:23:53 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-11-13 08:23:53 -0800 |
| commit | cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06 (patch) | |
| tree | 6ec9a2366f010f794e4b102ead83b6c8a6ef9a54 /test/random_access | |
| parent | d3556479beaaa18797e6ece29a28185f27b2b628 (diff) | |
| download | seaweedfs-cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06.tar.xz seaweedfs-cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06.zip | |
Java 3.59
fix https://github.com/seaweedfs/seaweedfs/issues/5001
Diffstat (limited to 'test/random_access')
| -rw-r--r-- | test/random_access/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/random_access/pom.xml b/test/random_access/pom.xml index 6216abee4..949c84448 100644 --- a/test/random_access/pom.xml +++ b/test/random_access/pom.xml @@ -50,6 +50,7 @@ <configuration> <source>8</source> <target>8</target> + <release>8</release> </configuration> </plugin> </plugins> |
