Skip to content

Commit

Permalink
Forward project name to matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanVanYperen committed Jul 22, 2015
1 parent 6d9bf79 commit a8df307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ project(":matrix") {
task generateMatrix(type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
main = 'com.artemis.cli.CliApplication'
args '-c', "$rootProject.projectDir/core/build/classes/main/"
args '-c', "$rootProject.projectDir/core/build/classes/main/", '-l', "$rootProject.ext.appName"
}
build.finalizedBy generateMatrix
}
Expand Down

0 comments on commit a8df307

Please sign in to comment.