Skip to content

Commit

Permalink
drill gradle plugin v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbll committed Feb 14, 2020
1 parent 67a6769 commit aa47d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ repositories {
}

val kotlinVersion = "1.3.60"
val gradlePluginVersion = "0.15.1"
dependencies {
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation(kotlin("stdlib-jdk8", kotlinVersion))
implementation(kotlin("serialization", kotlinVersion))
implementation(kotlin("reflect", kotlinVersion))
implementation("com.epam.drill:gradle-plugin:0.10.0")
implementation("com.epam.drill:gradle-plugin:$gradlePluginVersion")
}

kotlinDslPluginOptions {
Expand Down

0 comments on commit aa47d1e

Please sign in to comment.