Skip to content

v0.0.17

Compare
Choose a tag to compare
@wilkinsona wilkinsona released this 25 Apr 16:48
· 31 commits to main since this release

⚠️ Noteworthy Changes

  • 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