[BUILD] Build improvements (#52)

* Each module has its own build.gradle
* Functionality moved into plugins in buildSrc/
* Add Spring javaformat
* Add release plugins (#20)

Fixes #21
This commit is contained in:
Chris Bono
2022-08-06 18:49:18 -05:00
committed by GitHub
parent 3b1a611159
commit de2d8a0600
147 changed files with 4782 additions and 1201 deletions

View File

@@ -34,7 +34,7 @@ jobs:
# GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
# GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
run: |
./gradlew clean build --rerun-tasks -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD"
./gradlew clean build --continue --scan
- name: Capture Test Results
if: failure()
uses: actions/upload-artifact@v3