Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jun 11, 2015
1 parent f45cc38 commit e6a125d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ apply plugin: "com.github.robfletcher.compass"
buildscript {
repositories {
mavenCentral()
jcenter()
maven { url "http://dl.bintray.com/robfletcher/gradle-plugins" }
}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6a125d

Please sign in to comment.