Skip to content

Commit

Permalink
Make plugins load with a single class loader
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRocks committed Apr 17, 2018
1 parent b12253e commit 011bb51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ allprojects {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "io.michaelrocks.pablo:pablo:$pabloVersion"
}
}
Expand Down
6 changes: 0 additions & 6 deletions gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}

apply plugin: 'kotlin'
apply plugin: 'io.michaelrocks.pablo'
apply plugin: 'idea'
Expand Down
6 changes: 0 additions & 6 deletions processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}

apply plugin: 'kotlin'
apply plugin: 'io.michaelrocks.pablo'

Expand Down

0 comments on commit 011bb51

Please sign in to comment.