This pull request adds a new GitHub Actions workflow to automate the process of uploading the library to Maven Central. The most important changes include setting up the workflow, configuring the build environment, and defining the steps for building and publishing the library.
New GitHub Actions workflow:
.github/workflows/UploadLibToCentral.yml: Added a new workflow named "Upload Library to Maven Central" that triggers on workflow_dispatch, sets up the build environment using JDK 11, and defines steps for checking out the code, building with Gradle, and publishing to Maven Central.
This pull request adds a new GitHub Actions workflow to automate the process of uploading the library to Maven Central. The most important changes include setting up the workflow, configuring the build environment, and defining the steps for building and publishing the library.
New GitHub Actions workflow:
.github/workflows/UploadLibToCentral.yml
: Added a new workflow named "Upload Library to Maven Central" that triggers onworkflow_dispatch
, sets up the build environment using JDK 11, and defines steps for checking out the code, building with Gradle, and publishing to Maven Central.