Go to file
Julius 891ae1ae0b Merge branch 'how_to_remove_music' into 'master'
Remove all music related stuff

See merge request jdejeu/ottobotv2!12
2019-08-29 20:14:10 +00:00
gradle/wrapper Initial commit 2019-05-20 23:10:28 +02:00
src Remove all music related stuff 2019-08-29 22:11:26 +02:00
.dockerignore Try to add a docker build thingy, guaranteed not to work ™️ 2019-05-22 13:25:54 +02:00
.gitignore Initial commit 2019-05-20 23:10:28 +02:00
.gitlab-ci.yml CI lives! 2019-06-08 18:56:09 +02:00
Dockerfile Disable gradle daemon 2019-06-10 11:28:05 +02:00
LICENSE Add LICENSE 2019-06-08 17:02:02 +00:00
README.md Update README.md 2019-06-10 20:33:26 +00:00
build.gradle Add report command, which can be used to add bugreports or feature requests 2019-06-11 15:19:10 +02:00
gradle.properties Initial commit 2019-05-20 23:10:28 +02:00
gradlew Try to add a docker build thingy, guaranteed not to work ™️ 2019-05-22 13:25:54 +02:00
gradlew.bat Initial commit 2019-05-20 23:10:28 +02:00
settings.gradle Initial commit 2019-05-20 23:10:28 +02:00

README.md

OttoBotv2

The next generation of Otto

pipeline status

Install instructions

  • Just run ./gradlew bootJar to create a jar file, or use the dockerfile with docker build . to create a Docker image.