Skip to content

Commit

Permalink
#26 Reformat a build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
aivinog1 committed Jul 20, 2019
1 parent 0248f28 commit 2d13915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ group = "com.aivinog1"
version = "1.0-SNAPSHOT"

buildscript {
repositories { mavenCentral()}
repositories { mavenCentral() }
// @todo #26:30m For now, this version and Kotlin plugin version are duplicate itself's. Needs to move it in a variable.
dependencies {classpath(kotlin("gradle-plugin", "1.2.30"))}
dependencies { classpath(kotlin("gradle-plugin", "1.2.30")) }
}

plugins {
Expand All @@ -15,7 +15,7 @@ plugins {
}

intellij {
version= "2019.1.3"
version = "2019.1.3"

tasks {
withType<PatchPluginXmlTask> {
Expand Down

3 comments on commit 2d13915

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 2d13915 Jul 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-670914b7 disappeared from build.gradle, that's why I closed #9. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 2d13915 Jul 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 26-59e39980 discovered in build.gradle.kts and submitted as #28. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 2d13915 Jul 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 26-6daa7be9 discovered in src/main/kotlin/com/aivinog1/pdd/plugin/TestTask.kt and submitted as #29. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.