Skip to content

Commit

Permalink
Merge pull request #95 from Suwayomi/disable-debug
Browse files Browse the repository at this point in the history
Remove debug
  • Loading branch information
aless2003 authored Feb 11, 2024
2 parents 4d1bb31 + a07550e commit 20de014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = 'online.hatsunemiku'
version = '1.2.0'
version = '1.2.1'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

Expand Down Expand Up @@ -169,7 +169,7 @@ class WindowsInstallTask extends InstallTask {
WindowsInstallTask() {
super()

winConsole = true //enable only for debugging
//winConsole = true //enable only for debugging
winDirChooser = true
winHelpUrl = "https://github.com/aless2003/Tachidesk-VaadinUI"
winMenu = true
Expand Down

0 comments on commit 20de014

Please sign in to comment.