Skip to content

wudse20/GroupAssigner

Repository files navigation

GroupAssigner

Java CI with Gradle

A program that assigns people to different groups, based on their preferences.

Download

The program can be downloaded by following this link. This page is in swedish.

Docs

Some technical docs over groupgeneration - in swedish. Take me there!

Versions

Java: 20
Juniper JUnit (org.junit.jupiter:junit-jupiter:5.7.2)

Build project

To build the project and get a runnable jar file you run the following command:

./gradlew buildProject

This generates a jar file that is located in app/build/libs/ and the file name is app-xxx.jar. To run the jar file you just run the following command:

java -jar app-xxx.jar

Compile and run

Windows:

gradle:

./gradlew run

old way:

javac -encoding utf-8 (Get-ChildItem -Name *.java -Path . -Recurse)
java se.skorup.main.Main

Unix

gradle:

chmod +x ./gradlew # Only if you don't have the permissions on the file to run it.
./gradlew run

old way:

javac -encoding utf-8 $(find . -type f -name "*.java") && java se.skorup.main.Main

About

A program that assings people to different groups, based on their preferences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages