Skip to content

Commit

Permalink
Use latest defaults with static plugin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Jun 2, 2018
1 parent e18073e commit ca2172b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.ajoberstar.defaults' version '0.12.0-rc.2'
id 'org.ajoberstar.defaults' version '0.12.0-rc.4'
id 'org.jbake.site' version '1.0.0'
id 'java-gradle-plugin'
id 'groovy'
Expand All @@ -20,11 +20,6 @@ sourceSets {

configurations.compatTestCompile.extendsFrom configurations.compile

// workaround for https://github.com/ajoberstar/gradle-stutter/issues/13
tasks.withType(Test).matching { it.name =~ '^compatTest' }.all {
classpath = sourceSets.compatTest.runtimeClasspath
}

jbake {
srcDirName = 'docs'
}
Expand Down

0 comments on commit ca2172b

Please sign in to comment.