Skip to content

Commit f2b5335

Browse files
committed
Upgrade graddle to 6.8.1.
1 parent 857b8c7 commit f2b5335

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ dependencies {
3333

3434
application {
3535
// Define the main class for the application
36-
mainClassName = 'stringbasic.exercises.App'
36+
mainClass = 'stringbasic.exercises.App'
3737
}
3838

3939
jacoco {
4040
toolVersion = "0.8.5"
41-
reportsDir = file("$buildDir/reports/jacoco")
41+
reportsDirectory = file("$buildDir/reports/jacoco")
4242
}
4343

4444
jacocoTestReport {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

lgtm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)