Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Update maven repo syntax, upgrade to Gradle 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jan 21, 2013
1 parent 429a69e commit 889af56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions introspectionproblem/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'groovy'
apply plugin: 'eclipse'

repositories {
mavenRepo url: 'http://repo.grails.org/grails/core'
maven { url 'http://repo.grails.org/grails/core' }
mavenCentral()
}

Expand All @@ -13,5 +13,5 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.2'
gradleVersion = '1.3'
}
4 changes: 2 additions & 2 deletions introspectionproblem/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Fri Aug 17 16:00:22 CDT 2012
#Mon Jan 21 18:59:43 CET 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip

0 comments on commit 889af56

Please sign in to comment.