Skip to content

Update plugin com.gradle.enterprise to v3.13.4 (#2015) #3362

Update plugin com.gradle.enterprise to v3.13.4 (#2015)

Update plugin com.gradle.enterprise to v3.13.4 (#2015) #3362

Workflow file for this run

name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
- name: Build with Gradle
run: ./gradlew app:clean app:test --no-daemon --scan