mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
fix: changing config file to run the app locally
This commit is contained in:
parent
0a49bf842f
commit
70ad8fa790
@ -1,5 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip
|
||||
networkTimeout=10000
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
full_name:Gilded Rose Refactoring Kata
|
||||
|
||||
# set your preferred editor and diff tool.
|
||||
view_program:subl
|
||||
view_program:notepadqq
|
||||
diff_program:meld
|
||||
|
||||
# Settings for the Python version
|
||||
@ -12,8 +12,8 @@ diff_program:meld
|
||||
#executable:${TEXTTEST_HOME}/cpp/cmake-build-debug/test/cpp_texttest/GildedRoseTextTests
|
||||
|
||||
# Settings for the Java version
|
||||
#executable:com.gildedrose.TexttestFixture
|
||||
#interpreter:java
|
||||
executable:com.gildedrose.TexttestFixture
|
||||
interpreter:java
|
||||
# note you'll also need to update the file environment.gr with your classpath if you keep your classfiles somewhere unusual
|
||||
|
||||
# Settings for the Ruby version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user