Failed to Build OSS only Dremio Using Maven

After clone github repo of dremio-oss, I tried to build dremio-oss with flag -Ddremio.oss-only=true. But the build FAILURE when installing Sabot - Kernel with this error:

[ERROR] Failed to execute goal on project dremio-sabot-kernel: Could not resolve dependencies for project com.dremio.sabot:dremio-sabot-kernel:jar:4.8.0-202009180238090394-b0a98b73: Failure to find com.dremio.data:dremio-tpch-sample-data:jar:1.0.0 in https://maven.dremio.com/public/ was cached in the local repository, resolution will not be reattempted until the update interval of dremio-public has elapsed or updates are forced -> [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.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Hi there, have you had any luck building it without the -Ddremio.oss-only=true flag? I also see this post which seems to be similar to your situation: