Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
Bump Gradle and plugin version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Sep 28, 2013
1 parent ddf5e1d commit df5a2b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.eriwen:gradle-js-plugin:1.5.1'
classpath 'com.eriwen:gradle-js-plugin:1.8.0'
}
}
// Invoke the plugin
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -18,7 +18,7 @@ targetCompatibility = '1.6'

defaultTasks 'clean', 'build'

version = '1.5.1'
version = '1.8.0'
group = 'com.eriwen'
ext.archivesBaseName = 'gradle-js-plugin'
ext.isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down Expand Up @@ -77,7 +77,7 @@ cobertura {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.6'
gradleVersion = '1.8'
}

artifacts {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Thu Jun 13 10:35:53 MDT 2013
#Sat Sep 28 14:51:26 MDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
2 changes: 1 addition & 1 deletion plugin.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.eriwen:gradle-js-plugin:1.5.1'
classpath 'com.eriwen:gradle-js-plugin:1.8.0'
}
}
buildscript {
Expand Down

2 comments on commit df5a2b4

@esycat
Copy link

@esycat esycat commented on df5a2b4 Sep 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wrapper task is now built-in, btw.

@Kallin
Copy link

@Kallin Kallin commented on df5a2b4 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

Please sign in to comment.