Skip to content

Commit

Permalink
Turn off logging console
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bueide committed May 30, 2021
1 parent a1e1ec5 commit 00f6dc7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ plugins {

val jvmOptions = listOf<String>()
val currentOs: OperatingSystem = OperatingSystem.current()
val console = true
val console = false

group = "com.abysl"
version = "1.1.9"
version = "1.1.10"
// version = File("src/main/resources/com/abysl/harryplotter/version.txt").readText()

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Hello, thanks for trying out the new version of Harry Plotter! I've put a lot of work into building & maintaining Harry Plotter so please consider donating using one of the addresses below! In addition you can post your transaction ID on a github issue (feature, bug or setup question) and I'll work through them by order of tip amount. You can also feel free to shoot me an email. However: it is still a tip and I cannot guarantee I will be able to solve your problem in a reasonable amount of time.

Chia Address: xch1ktqlc03wpetne9e0e6frz497xhhx4yx08gzn63tvjwlrlg2cg2ksf7ls24

Eth Address: 0x039c1c74e3AaCCB74457880099F441f61C9c9bAc

BTC Address: bc1qlrujsyrspf587pj2ydrz9h0k5070wfzqwq3pxf

PayPal: [email protected]

https://github.com/abueide/harry-plotter/releases

is the only OFFICIAL source of updates. As Harry Plotter is open source under the GPL v3 License, please be wary of malicious forks!

The only change in 1.1.10 is that the logging console is turned off. If you want error logging, use 1.1.9.
2 changes: 1 addition & 1 deletion src/main/resources/com/abysl/harryplotter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.9
1.1.10

0 comments on commit 00f6dc7

Please sign in to comment.