From ff8548a6eb86376bdbb4343cde1dcd5e5dd75e2d Mon Sep 17 00:00:00 2001 From: Konstantin Chaika Date: Fri, 20 Dec 2024 14:15:34 +0400 Subject: [PATCH] Update to v9 after uploading to MP --- .../InlineVariablesPractice/task-remote-info.yaml | 1 + course-info.yaml | 4 ++-- course-remote-info.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 InliningCode/WhatIsInlineVariableRefactoring/InlineVariablesPractice/task-remote-info.yaml diff --git a/InliningCode/WhatIsInlineVariableRefactoring/InlineVariablesPractice/task-remote-info.yaml b/InliningCode/WhatIsInlineVariableRefactoring/InlineVariablesPractice/task-remote-info.yaml new file mode 100644 index 0000000..277f944 --- /dev/null +++ b/InliningCode/WhatIsInlineVariableRefactoring/InlineVariablesPractice/task-remote-info.yaml @@ -0,0 +1 @@ +id: 570464246 diff --git a/course-info.yaml b/course-info.yaml index 610acf5..7d086f6 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -4,7 +4,7 @@ language: English summary: |- This course will introduce you to refactorings and the IDE features that will help you to perform them in an effective way. You will learn to recognize refactoring opportunities in code and to deal with them. Using automatic IDE refactorings, you will transform code to improve its structure, readability, and maintainability. - + The course consists of 8 sections. Each section focuses on one group of refactorings and provides brief theory and several small tasks for practice. We will move on from small local refactoring changes to more complex ones, which affect the entire project architecture. vendor: name: JetBrains @@ -22,4 +22,4 @@ content: - RefactoringToDesignPatterns - Conclusion environment_settings: - jvm_language_level: JDK_19 + jvm_language_level: JDK_17 diff --git a/course-remote-info.yaml b/course-remote-info.yaml index 7703e8f..8400088 100644 --- a/course-remote-info.yaml +++ b/course-remote-info.yaml @@ -1,3 +1,3 @@ id: 23048 -course_version: 8 +course_version: 9 generated_edu_id: Introduction to IDE Code Refactoring_Igor Gerasimov_kotlin