Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
anchouls committed Jul 28, 2023
1 parent ab597f8 commit 03eb084
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1257381733
1 change: 0 additions & 1 deletion InliningCode/InlineMethodAndVariables/test/Tests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ class InliningTest : BaseIjTestClass() {
"calculateAveragePrice",
true
)

}
}
1 change: 1 addition & 0 deletions InliningCode/InlineMethodRefactoring/task-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 786654839
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1895622321
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ fun main() {
val client = Client()
println(client.processData()) // Output: Data from the server
}

1 change: 1 addition & 0 deletions InliningCode/MiddleManCodeSmell/task-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 1563206431
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 379542133
1 change: 1 addition & 0 deletions InliningCode/lesson-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 651344060
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ allprojects {

repositories {
mavenCentral()
mavenLocal()
maven {
url = uri("https://packages.jetbrains.team/maven/p/kotlin-test-framework/kotlin-test-framework")
}
Expand All @@ -56,7 +57,7 @@ allprojects {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20")
testImplementation("junit:junit:4.13.1")

val testSystemVersion = "2.0.3"
val testSystemVersion = "2.0.5"
implementation("org.jetbrains.academy.test.system:core:$testSystemVersion")
implementation("org.jetbrains.academy.test.system:ij:$testSystemVersion")

Expand Down

0 comments on commit 03eb084

Please sign in to comment.