Android Beans requires jdk-17 to build.
Android Beans uses gradle and contains the gradle-wrapper. Hence, you can use the following gradle-commands:
build the .aar-file: ./gradlew assembleRelease
run the unit-tests: ./gradlew testReleaseUnitTest
generate kdoc-documentation (includes javadoc): ./gradlew kdocJar
publish build-artifacts to your local maven-repository: ./gradlew publishToMavenLocal
Publishing to other destinations should not be done manually, but only by the CI-build.