Following the rebranding of Gradle Enterprise to Develocity, the conventions have been renamed. The ID of the Gradle plugin is now io.spring.develocity.conventions.
When upgrading to this release you must migrate from the com.gradle.enterprise plugin to the com.gradle.develocity plugin at the same time
The build cache now uses the same access token as build scans for authentication. To avoid a deprecation warning, provide this access key using the DEVELOCITY_ACCESS_KEY environment variable rather than the GRADLE_ENTERPRISE_ACCESS_KEY environment variable. GRADLE_ENTERPRISE_CACHE_USERNAME and GRADLE_ENTERPRISE_CACHE_PASSWORD environment variables are no longer needed and should be removed
โญ New Features
Add a custom value for the detected CI provider #77
Support the com.gradle.develocity plugin in place of the com.gradle.enterprise plugin #74
Authenticate with the build cache using an access token #73
๐ Documentation
Update README to reflect conventions being published to Maven Central #76
v0.0.16
โญ New Features
Automatically detect GitHub Actions as a CI environment #72