diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 0a1bc57..34701c0 100644 --- a/build.gradle +++ b/build.gradle @@ -36,5 +36,9 @@ dependencies { application { // Define the main class for the application - mainClassName = 'pl.edu.mimuw.cloudatlas.App' + mainClassName = 'pl.edu.mimuw.cloudatlas.interpreter.Main' +} + +run { + standardInput = System.in } |