master Changelog gradle-3.0.0-beta ================= - gradle-3.0.0-beta.11 Add --output flag to output info to file instead of stdout - gradle-3.0.0-beta.10 Fix implementation issue with GenerateChangelog - gradle-3.0.0-beta.9 Fix configuration cache issues This one's a bit weird. Gradle stores *the effects* of providers in order to execute them without needing to configure the project. However, in order to get the execution path for the Java launcher, we need access to the JavaToolchainService, which is usually injected at configuration. The problem is that this service is not available if we are skipping configuration (i.e. configuration cache). The solution is to not worry about setting a Java launcher executable path. This plugin requires Gradle 9 which itself requires Java 17. Git Version is built using Java 17. We can count on the daemon JVM being at least version 17 and don't need to worry about setting the Java launcher in the JavaExec spec ourselves. - gradle-3.0.0-beta.8 Fix Git Version value source eagerly resolving toolchain - gradle-3.0.0-beta.7 Account for an issue with method refernces in Groovy Method refernces (::) and pointers (.&) to private methods when used as a closure cause illegal access issues. - gradle-3.0.0-beta.6 Fixed some silly mistakes that caused resolution errors - gradle-3.0.0-beta.5 Update Foojar Resolver Convention to fix builds 0.10.0 is incompatible with Gradle 9 due to a refernce in Gradle 8 that no longer exists. - gradle-3.0.0-beta.4 Fix workflow paths, increment build numbers - gradle-3.0.0-beta.3 Comment stubs to get the plugin building - gradle-3.0.0-beta.2 Fix use of local libraries, use Git Version 0.6.1 - gradle-3.0.0-beta.1 Temporarily disable publishing to plugin portal Actions workflow doesn't have the secret keys for it yet, but I need to start testing now. - gradle-3.0.0-beta.0 0.6 - Dedicated Gradle plugin, Changelog from CLI, API restructuring (#2)