Skip to content

Commit

Permalink
Fixed the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anchouls committed Jan 3, 2024
1 parent 50894b3 commit 424576a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion InliningCode/MiddleManCodeSmell/lesson-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ type: framework
custom_name: Middle Man code smell
content:
- Theory
- PracticePractice
- Practice
is_template_based: false
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ configure(subprojects.filter { it.name != "util" }) {
}
}

configure(subprojects.filter { it.name.endsWith("Practice") }) {
configure(subprojects.filter { it.name.endsWith("Practice") || it.name.endsWith("task") }) {
plugins.apply("org.jetbrains.intellij")

intellij {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 424576a

Please sign in to comment.