Update .github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 321508f..7690d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -37,5 +37,5 @@ - name: Build without Scala run: ./gradlew build --scan --stacktrace -Porg.gradle.project.enable_scala=false - - name: Build without Scala + - name: Build with Scala run: ./gradlew build --scan --stacktrace -Porg.gradle.project.enable_scala=true