File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ jobs:
60
60
run : ./gradlew clean
61
61
- if : matrix.os == 'windows-latest'
62
62
name : Test with Gradle on Windows
63
- run : ./gradlew test -DapplicationProperties=src\test\resources\test-config\application-test-windows.properties
63
+ run : ./gradlew test -DapplicationProperties=" src\test\resources\test-config\application-test-windows.properties"
64
64
- if : matrix.os != 'windows-latest'
65
65
name : Test with Gradle on ${{ matrix.os }}
66
- run : ./gradlew test -DapplicationProperties=src/test/resources/test-config/application-test.properties
66
+ run : ./gradlew test -DapplicationProperties=" src/test/resources/test-config/application-test.properties"
67
67
- name : Generate report
68
68
run : ./gradlew jacocoTestReport
69
69
- name : Codecov
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
10
10
11
11
description = ' Generic mapping service supporting different mapping implementations.'
12
12
group = ' edu.kit.datamanager'
13
+ version = ' 0.1.0-SNAPSHOT'
13
14
14
15
println " Running gradle version: $gradle . gradleVersion "
15
16
println " Building ${ name} version: ${ version} "
You can’t perform that action at this time.
0 commit comments