mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
make the gradle task for texttest slightly easier to use
This commit is contained in:
parent
76e8590d6b
commit
ed4c9f9d62
@ -20,7 +20,8 @@ test {
|
|||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
task text(type: JavaExec) {
|
task texttest(type: JavaExec) {
|
||||||
main = "com.gildedrose.TexttestFixture"
|
main = "com.gildedrose.TexttestFixture"
|
||||||
classpath = sourceSets.test.runtimeClasspath
|
classpath = sourceSets.test.runtimeClasspath
|
||||||
|
args "30"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user