Skip to content

Commit

Permalink
Gradle 1.1 nightly compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jun 24, 2012
1 parent 8e26a92 commit 9f7738a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ task groovydocJar(type: Jar) {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.0'
gradleVersion = '1.1-rc-1-20120623000031+0200'
}

artifacts {
Expand Down
8 changes: 4 additions & 4 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jun 18 22:16:45 MDT 2012
zipStorePath=wrapper/dists
#Sat Jun 23 21:17:01 MDT 2012
distributionPath=wrapper/dists
distributionBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.1-rc-1-20120623000031+0200-bin.zip
distributionBase=GRADLE_USER_HOME
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.eriwen.gradle.js.source.internal;

import org.gradle.api.Project;
import org.gradle.api.internal.Instantiator;
import org.gradle.api.internal.file.FileResolver;
import org.gradle.internal.reflect.Instantiator;
import org.gradle.api.internal.project.ProjectInternal;

/**
Expand Down

0 comments on commit 9f7738a

Please sign in to comment.