We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3379d commit 378e0e7Copy full SHA for 378e0e7
.github/workflows/actions.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build and analyze
35
env:
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
- run: gradle clean build test jacocoAggregatedReport sonar --info
+ run: gradle build jacocoAggregatedReport sonar --info
38
- name: Login to Docker Hub
39
run: docker login -u a002k -p ${{ secrets.DOCKER_PASSWORD }}
40
- name: Build and tag the Docker image
build.gradle
@@ -53,6 +53,7 @@ allprojects {
53
apply plugin: 'java-library'
54
apply plugin: 'org.javamodularity.moduleplugin'
55
apply plugin: 'jacoco'
56
+ apply plugin: 'org.barfuin.gradle.jacocolog'
57
58
sourceCompatibility = javaVersion
59
targetCompatibility = javaVersion
0 commit comments