Skip to content

UoE-CE320-2013-Team3/KMPRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KMPRemote

Server build status: Build Status

From the server_work directory in the SVN repo: Building the deployable server:

Unix:

  ./gradlew clean build shadowJar

Windows:

  gradlew.bat clean build shadowJar

Building a project for Intellij

Unix:

  ./gradlew clean idea

Windows:

  gradlew.bat clean idea

The above command will download gradle if it is not on your computer. After this is done simply run the resulting jar with:

  java -jar build/distributions/server_work-unspecified-shadow.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published