Skip to content

Commit

Permalink
Upgrade to Groovy 1.8.3 and jUnit 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chochos committed Oct 27, 2011
1 parent 5c95fbb commit 79daace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -10,14 +10,14 @@ repositories {
}

dependencies {
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '1.7.9'
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '1.8.3'

This comment has been minimized.

Copy link
@chochos

chochos Oct 28, 2011

Author Owner

You might want to keep using 1.7, I don't know.


compile group: 'javax.servlet', name: 'servlet-api', version: '2.5'
compile group: 'org.json', name: 'json', version: '20090211'
compile(group: 'org.mortbay.jetty', name: 'jetty', version: '6.1.26') { exclude module: 'servlet-api' }
compile(group: 'org.mortbay.jetty', name: 'jetty-util', version: '6.1.26') { exclude module: 'servlet-api' }

testCompile group: 'junit', name: 'junit', version: '4.8.2'
testCompile group: 'junit', name: 'junit', version: '4.10'
}

This comment has been minimized.

Copy link
@chochos

chochos Oct 28, 2011

Author Owner

Upgrading to jUnit 4.10 shouldn't be a problem


task copyToLib(type: Copy) {
Expand Down

0 comments on commit 79daace

Please sign in to comment.