diff --git a/build.gradle b/build.gradle index 648427f..0610194 100644 --- a/build.gradle +++ b/build.gradle @@ -12,13 +12,13 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.frege-lang:frege-gradle-plugin:0.4.1' + classpath 'org.frege-lang:frege-gradle-plugin:0.6-SNAPSHOT' } } subprojects { apply plugin: "java" - apply plugin: "frege" + apply plugin: "org.frege-lang" apply plugin: "application" ext { @@ -36,7 +36,7 @@ subprojects { dependencies { // the frege distribution itself does not come with the plugin // you can use the one you want - unless the compiler changed much - compile "org.frege-lang:frege:3.22.367-g2737683" + compile "org.frege-lang:frege:3.23.401-g7c45277" // some other arbitrary dependency - just for testing that it works compile "org.functionaljava:functionaljava:4.4" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index c97a8bd..e8c6bf7 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1ef86bb..0ada3cb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Feb 15 10:31:21 CET 2015 +#Mon Nov 23 12:28:10 CET 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip diff --git a/gradlew b/gradlew index 91a7e26..97fac78 100755 --- a/gradlew +++ b/gradlew @@ -42,11 +42,6 @@ case "`uname`" in ;; esac -# For Cygwin, ensure paths are in UNIX format before anything is touched. -if $cygwin ; then - [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` -fi - # Attempt to set APP_HOME # Resolve links: $0 may be a link PRG="$0" @@ -114,6 +109,7 @@ fi if $cygwin ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`