We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Windows on plugin version 1.1.1, the task butlerPush pushes twice.
butlerPush
butler { user = "hybrideidolon" game = "butler-test" updateButler = true userVersion = project.version windows { binDirectory = "$buildDir/install/$project.name" channel = "windows-osx-linux" } linux { binDirectory = "$buildDir/install/$project.name" channel = "windows-osx-linux" } osx { binDirectory = "$buildDir/install/$project.name" channel = "windows-osx-linux" } }
The text was updated successfully, but these errors were encountered:
I have a different problem - it always pushes windows even when on MacOS. But I think my fix will fix your problem too. #4
Sorry, something went wrong.
I've pushed 1.1.2 to Maven Central, hopefully fixes this issue.
No branches or pull requests
Running on Windows on plugin version 1.1.1, the task
butlerPush
pushes twice.The text was updated successfully, but these errors were encountered: