Skip to content

Commit

Permalink
buildSrc: Introduce a variable to shorten a line to 120 chars
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch-si.com>
  • Loading branch information
sschuberth committed Sep 20, 2019
1 parent 4e2a5f5 commit abe819e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildSrc/build.gradle.kts
Expand Up @@ -17,6 +17,8 @@ repositories {
maven("https://plugins.gradle.org/m2/")
}

val ideaExtPluginVersion = extra["ideaExtPluginVersion"]

dependencies {
compile("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:${project.extra["ideaExtPluginVersion"]}")
compile("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:$ideaExtPluginVersion")
}

0 comments on commit abe819e

Please sign in to comment.