File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ dependencies {
3333
3434application {
3535 // Define the main class for the application
36- mainClassName = ' stringbasic.exercises.App'
36+ mainClass = ' stringbasic.exercises.App'
3737}
3838
3939jacoco {
4040 toolVersion = " 0.8.5"
41- reportsDir = file(" $buildDir /reports/jacoco" )
41+ reportsDirectory = file(" $buildDir /reports/jacoco" )
4242}
4343
4444jacocoTestReport {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extraction:
88 java :
99 index :
1010 gradle :
11- version : 5.6
11+ version : 6.8.1
1212 build_command : ./gradlew check
1313 java_version : 11
1414 xml_mode : disabled
You can’t perform that action at this time.
0 commit comments