Skip to content

Commit 7859007

Browse files
committed
Adds Fixed Changed
1 parent 5bdc97a commit 7859007

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

lesson_16/objects/objects_app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ tasks.named<Test>("test") {
4343
tasks.jacocoTestReport {
4444
dependsOn(tasks.test)
4545
reports {
46-
xml.required.set(true)
47-
46+
xml.required = true
47+
4848
}
4949
}
5050

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "../../../../../../../../../.."
5+
},
6+
{
7+
"path": "../../../../../../../../.."
8+
}
9+
],
10+
"settings": {
11+
"java.configuration.updateBuildConfiguration": "automatic",
12+
"java.compile.nullAnalysis.mode": "automatic",
13+
"liveServer.settings.multiRootWorkspaceName": "code-differently-24-q4"
14+
}
15+
}

0 commit comments

Comments
 (0)