mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
* Set remote build cache to push only if authenticated * Bumped Gradle enterprise extension to 1.20 and CCUD extension to 1.12.5 * Removed duplicated <storeEnabled> line from gradle-enterprise.xml * Removed addressed comment
14 lines
414 B
XML
14 lines
414 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<extensions>
|
|
<extension>
|
|
<groupId>com.gradle</groupId>
|
|
<artifactId>gradle-enterprise-maven-extension</artifactId>
|
|
<version>1.20</version>
|
|
</extension>
|
|
<extension>
|
|
<groupId>com.gradle</groupId>
|
|
<artifactId>common-custom-user-data-maven-extension</artifactId>
|
|
<version>1.12.5</version>
|
|
</extension>
|
|
</extensions>
|