Skip to content

Commit 209f80e

Browse files
committed
Reuse gradle-build cache for Sonar
1 parent b206b4e commit 209f80e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
code-quality:
9393
name: Code Quality with Sonar
9494
needs: [gradle-build, check-changes]
95-
#if: ${{ needs.check-changes.outputs.source-changes == 'true' }}
95+
if: ${{ needs.check-changes.outputs.source-changes == 'true' }}
9696
runs-on: ubuntu-latest
9797
steps:
9898
- uses: actions/checkout@v5

data-mongodb-full-text-search/src/test/java/zin/rashidi/boot/data/mongodb/character/CharacterRepositoryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CharacterRepositoryTests {
2828

2929
@Container
3030
@ServiceConnection
31-
private final static MongoDBContainer mongo = new MongoDBContainer("mongo:latest");
31+
private static final MongoDBContainer mongo = new MongoDBContainer("mongo:latest");
3232

3333
@Autowired
3434
private MongoOperations operations;

0 commit comments

Comments
 (0)