Skip to content

Commit

Permalink
updated Readme, Version Bumo to 2.1.8, disabled logging.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Artraxon committed Apr 30, 2020
1 parent 0afab11 commit 4224f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are currently 4 command line options available:
- `createDDL` (boolean): Whether you want the bot to run the commands to create the tables in the database. Default is true. This options just exists because the error messages can be a bit annoying.
- `createDBFunctions` (boolean): Same like createDDL, but has even more annoying error messages.
- `configPath` (string): If you don't want to configure everything via environment variables, this should be set to the location of your config file. If no file is found at the given path, the default one will be copied there.
- `startDispatcher` (boolean): Whether the Bot should actually start working. The intended purpose is that you can create the DDL and SQL Functions without starting the bot.-
- `startDispatcher` (boolean): Whether the Bot should actually start working. The intended purpose is that you can create the DDL and SQL Functions without starting the bot. It's also the only way to make the program exit with 2.

This would tell the bot to not create the DDL or functions and use the config file called "unexbotConfig.yml" in the same directory:

Expand Down
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

project.version = "2.1.1"
project.version = "2.1.8"
plugins {
id("org.jetbrains.kotlin.jvm") version "1.3.41"

Expand Down Expand Up @@ -73,6 +73,8 @@ docker {
}

javaApplication {
//TODO Find a better way to configure logging
//this.jvmArgs.set(listOf("-Djava.util.logging.config.file=/app/resources/logging.properties]"))
ports.set(listOf<Int>())
baseImage.set("openjdk:8")
maintainer.set("Artraxon a@rtrx.de")
Expand Down

0 comments on commit 4224f5a

Please sign in to comment.