Skip to content

Commit

Permalink
Updated Gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
chochos committed Sep 22, 2011
1 parent f7bd389 commit b476b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ defaultTasks 'run'
repositories {
mavenLocal()
mavenCentral()
flatDir name:'processing', dirs:'lib/processing-1.5.1'
flatDir name:'lib', dirs:'lib'
}

dependencies {
scalaTools 'org.scala-lang:scala-compiler:2.9.1', 'org.scala-lang:scala-library:2.9.1'
compile 'org.scala-lang:scala-library:2.9.1', 'processing:core:1.5.1'
compile 'org.scala-lang:scala-library:2.9.1', 'lib:core:1.5.1'
}

mainClassName='conways.ConwaysGameProcessing'

0 comments on commit b476b2b

Please sign in to comment.