Skip to content

martenlager/SWDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWDev

Dependencies

The project uses Gradle. Gradle handles dependencies. You need to install Gradle.

The application is written in Java, you need to install a Java Development Kit (JDK). For example OpenJDK (http://openjdk.java.net).

Download the source in archive form from GitHub or install git and clone as

git clone https://github.com/martenlager/SWDev.git

Building

Execute 'gradle build'

The build generates an executable jar in build/libs

Running

Execute 'gradle run' or execute the jar in build/libs

java -jar build/libs/SWDev-{version}.jar

Testing

Execute 'gradle test'

About

This is our repository for SW Dev course.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages