Skip to content

This is EllaVator project to build Ella the talking eleVator as part of a Saarland University software project class.

License

Notifications You must be signed in to change notification settings

naszka/EllaVator

 
 

Repository files navigation

EllaVator

Join the chat at https://gitter.im/EllaVator/EllaVator Build Status

How to build

Java 8 is required. If you have multiple Java installations, make sure you export JAVA_HOME to point to the correct version.

Get the source code

This project contains git submodules. Therefore, it should be cloned recursively, i.e.,

$ git clone --recursive https://github.com/EllaVator/EllaVator.git

If this is not done at clone time, it can of course be done later, by running

$ git submodule update --init

Build with Gradle

Simply run

$ ./gradlew shadowJar

to build the standalone application, which will be put into build/libs. The standalone application is a jar file, which can be run with

$ java -jar build/libs/EllaVator.jar

Run with Gradle

Instead of building a standalone jar file, it is also possible to just run the application directly, like this:

$ ./gradlew :run

About

This is EllaVator project to build Ella the talking eleVator as part of a Saarland University software project class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.7%
  • Groovy 5.3%