diff --git a/README.adoc b/README.adoc index 3da5a8c..5e527f8 100644 --- a/README.adoc +++ b/README.adoc @@ -36,7 +36,6 @@ apply plugin: "com.github.robfletcher.compass" buildscript { repositories { - mavenCentral() jcenter() maven { url "http://dl.bintray.com/robfletcher/gradle-plugins" } } @@ -161,6 +160,10 @@ compass { === 2.0.5 +* Fixes JDK version compatibility so plugin can be used with Java 1.7. + +=== 2.0.5 + * No custom `compassClean` task – instead apply the _base_ plugin so we get cleanup by convention. === 2.0.4 diff --git a/build.gradle b/build.gradle index 7b86748..6d5473d 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: "nexus" apply from: "$rootDir/gradle/credentials.gradle" group = "com.github.robfletcher" -version = "2.0.5" +version = "2.0.6" archivesBaseName = "compass-gradle-plugin" sourceCompatibility = 1.7