Cleanup before 1.0 release

This commit is contained in:
Erik C. Thauvin 2023-09-25 17:06:45 -07:00
parent f6f3c82513
commit b7aee90edd
8 changed files with 37 additions and 13 deletions

View file

@ -39,7 +39,7 @@ jobs:
- name: Test with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build check --stacktrace
arguments: build check --stacktrace --scan
- name: SonarCloud
if: success() && matrix.java-version == env.SONAR_JDK