Skip to content

Commit 679f03d

Browse files
committed
Setup to run a demo class
1 parent 69e7929 commit 679f03d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99

1010
// Apply the java plugin to add support for Java
1111
apply plugin: 'java'
12+
apply plugin: 'application'
1213
//apply plugin: 'scala'
1314

1415
defaultTasks 'build'
1516

17+
mainClassName = "fj.demo.Array_forall"
18+
//mainClassName = "fj.demo.Primes2"
19+
1620
ext {
1721
// scalaVersion = "2.7.+"
1822
// scalaVersion = "2.8.+"

0 commit comments

Comments
 (0)