Skip to content

Commit

Permalink
Try to fix jacocoAggregatedReport
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Jun 15, 2024
1 parent 5c3379d commit 378e0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: gradle clean build test jacocoAggregatedReport sonar --info
run: gradle build jacocoAggregatedReport sonar --info
- name: Login to Docker Hub
run: docker login -u a002k -p ${{ secrets.DOCKER_PASSWORD }}
- name: Build and tag the Docker image
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ allprojects {
apply plugin: 'java-library'
apply plugin: 'org.javamodularity.moduleplugin'
apply plugin: 'jacoco'
apply plugin: 'org.barfuin.gradle.jacocolog'

sourceCompatibility = javaVersion
targetCompatibility = javaVersion
Expand Down

0 comments on commit 378e0e7

Please sign in to comment.