Loading .github/workflows/build.yml +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,11 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/setup-java@v3 with: distribution: adopt java-version: 17 cache: gradle - run: ./gradlew --no-daemon build env: TERM: dumb Loading Loading
.github/workflows/build.yml +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,11 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/setup-java@v3 with: distribution: adopt java-version: 17 cache: gradle - run: ./gradlew --no-daemon build env: TERM: dumb Loading