Paint_Ninja
Paint_Ninja
Add minimise/maximise/close button toggles to Tether's options. For example, allow us to make a new window that has a close button and minimise button, but no maximise button.
This PR improves support for [Gradle's configuration cache feature](https://docs.gradle.org/7.4.2/userguide/configuration_cache.html) by reducing `getProject()` usages and marking incompatible tasks accordingly so that the configuration cache can be used for compatible tasks. Note...
Added in some stuff I missed and Opera prefixes.
Before, both `isTamed` and `super.shouldExecute()` were always checked. Now, the isTamed check is skipped as intended if super.shouldExecute() is true.
### Expected Behavior Some methods in Gradle's API take a `Closure` but are missing both `@DelegatesTo` and `@ClosureParams`. As Groovy prioritises `Closure`s over other types, this results in a poor...
Some exceptions were completely ignored and others had their exception messages replaced with a more generic one. This attempts to fix that in a way that avoids any breaking changes....
Adds the option to toggle CPU usage stats on the early loading window for a cleaner look. Also did a bunch of minor performance improvements and code clean-up.
**Minecraft Version:** 1.20.4 **Forge Version:** 49.0.14 **Logs:** ```log 20:22:13: Executing 'build'... > Configure project : Java: 17.0.8, JVM: 17.0.8+9-LTS-jvmci-23.0-b14 (Oracle Corporation), Arch: amd64 > Task :compileJava > Task :compileGroovy >...