fix: changing config file to run the app locally

This commit is contained in:
pierre 2023-02-18 15:00:37 +01:00
parent 0a49bf842f
commit 70ad8fa790
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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