Skip to content

Commit

Permalink
Apply 'application' plugin to gosu-chant; invoke with $ ./gradlew :go…
Browse files Browse the repository at this point in the history
…su-chant:run
  • Loading branch information
DPUkyle committed Oct 24, 2016
1 parent 90b0b4f commit d97dc89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ subprojects {
project(':gosu-chant') {
dependencies {
compile project(':gosu-db'), project(':gosu-js'), project(':gosu-web')
runtime 'org.gosu-lang.gosu:gosu-core:' + gosuVersion
}
}
5 changes: 5 additions & 0 deletions gosu-chant/build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
plugins {
id 'application'
}

description = 'Gosu Chant :: A Demo Gosu Project'

mainClassName = 'gosu.chant.GosuChant'

0 comments on commit d97dc89

Please sign in to comment.