Skip to content

Commit

Permalink
Fix missed changes from recent PR
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Jun 20, 2024
1 parent 3310da9 commit 8a6b83a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ java {

gradlePlugin {
plugins {
gradleEnterpriseConventions {
develocityConventions {
// CHANGE ME: change for your organization
id = 'com.myorg.convention-develocity-gradle-2-through-4'
displayName = 'Develocity Convention Plugin for Gradle 2.0 through Gradle 4.10.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {

gradlePlugin {
plugins {
gradleEnterpriseConventions {
develocityConventions {
// CHANGE ME: change for your organization
id = 'com.myorg.convention-develocity-gradle-5-or-newer'
displayName = 'Develocity Convention Plugin for Gradle 5.0 and higher'
Expand Down
2 changes: 1 addition & 1 deletion convention-develocity-maven-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is structured as follows:

* `extension` - Contains the convention extension
* `examples` - Contains example builds that apply the convention extension for different Maven versions
* `maven_3` - Applies the convention extension on a Maven 3 build (the Develocity and CCUD plugins are applied)
* `maven_3` - Applies the convention extension on a Maven 3 build (the Develocity and CCUD extensions are applied)

### Running the example builds

Expand Down

0 comments on commit 8a6b83a

Please sign in to comment.