From 5d66f7b4532db8d908cc902ce19fa6ed597f9301 Mon Sep 17 00:00:00 2001 From: Speiger Date: Tue, 19 Apr 2022 16:11:20 +0200 Subject: [PATCH] Update Code compare --- .github/workflows/codecompare.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/codecompare.yml b/.github/workflows/codecompare.yml index fd7daf8f..8e8fecc6 100644 --- a/.github/workflows/codecompare.yml +++ b/.github/workflows/codecompare.yml @@ -17,18 +17,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 - - name: Cache SonarCloud packages - uses: actions/cache@v1 - with: - path: ~/.sonar/cache - key: ${{ runner.os }}-sonar - restore-keys: ${{ runner.os }}-sonar - - name: Cache Gradle packages - uses: actions/cache@v1 - with: - path: ~/.gradle/caches - key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} - restore-keys: ${{ runner.os }}-gradle - name: Make gradlew executable run: chmod +x ./gradlew - name: Generate SourceCode with Gradle