Maven build failing: module not found: com.aspose#aspose-cells;20.11

My team’s maven build is failing on Github Actions as it is not able to resolve the com.aspose#aspose-cells;20.11 dependency.

ivy-resolve:
[ivy:resolve] :: Apache Ivy 2.5.0 - 20191020104435 :: https://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /home/runner/work/wave1/wave1/tooling/ivysettings/custom_ivysettings.xml
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve] 		module not found: com.aspose#aspose-cells;20.11
[ivy:resolve] 	==== local: tried
[ivy:resolve] 	  /home/runner/.ivy2/local/com.aspose/aspose-cells/20.11/ivys/ivy.xml
[ivy:resolve] 	  -- artifact com.aspose#aspose-cells;20.11!aspose-cells.jar:
[ivy:resolve] 	  /home/runner/.ivy2/local/com.aspose/aspose-cells/20.11/jars/aspose-cells.jar
[ivy:resolve] 	==== shared: tried
[ivy:resolve] 	  /home/runner/.ivy2/shared/com.aspose/aspose-cells/20.11/ivys/ivy.xml
[ivy:resolve] 	  -- artifact com.aspose#aspose-cells;20.11!aspose-cells.jar:
[ivy:resolve] 	  /home/runner/.ivy2/shared/com.aspose/aspose-cells/20.11/jars/aspose-cells.jar
[ivy:resolve] 	==== public: tried
[ivy:resolve] 	  https://repo1.maven.org/maven2/com/aspose/aspose-cells/20.11/aspose-cells-20.11.pom
[ivy:resolve] 	  -- artifact com.aspose#aspose-cells;20.11!aspose-cells.jar:
[ivy:resolve] 	  https://repo1.maven.org/maven2/com/aspose/aspose-cells/20.11/aspose-cells-20.11.jar
[ivy:resolve] 	==== jcenter: tried
[ivy:resolve] 	  https://jcenter.bintray.com/com/aspose/aspose-cells/20.11/aspose-cells-20.11.pom
[ivy:resolve] 	  -- artifact com.aspose#aspose-cells;20.11!aspose-cells.jar:
[ivy:resolve] 	  https://jcenter.bintray.com/com/aspose/aspose-cells/20.11/aspose-cells-20.11.jar
[ivy:resolve] 	==== aspose: tried
[ivy:resolve] 	  https://repository.aspose.com/repo/com/aspose/aspose-cells/20.11/aspose-cells-20.11.pom
[ivy:resolve] 	  -- artifact com.aspose#aspose-cells;20.11!aspose-cells.jar:
[ivy:resolve] 	  https://repository.aspose.com/repo/com/aspose/aspose-cells/20.11/aspose-cells-20.11.jar
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 		:: com.aspose#aspose-cells;20.11: not found
[ivy:resolve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 

We are able to download the jar directly on our local machines, but the github action runner is not able to download the jar in the workflow.
Is anyone else experiencing this issue.

@patrickfoh
Hi, you can refer to the instructions here for how to install Aspose.Cells for Java from the Maven repository.
Additionally, is there an issue with installing other JAR files in the configuration files related to GitHub Actions? Also, you can try installing other versions of Aspose.Cells for Java, such as 24.5.
Please let us know if there are any new findings. Thank you.