m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-11 13:21:30 +0100
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-11 13:21:30 +0100
commitfba2e1f41625a998624c6918eaf034cf3e9bd71a (patch)
tree1df8815b9a65d8f92ff72de6f5a918a796c9b897 /build.gradle
parent900fb0aee0b68cbb88f578f20019738b4416f436 (diff)
Add interpreter tests
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
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
}