Skip to content

Commit

Permalink
Prepare for 2.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Apr 14, 2023
1 parent 86a4731 commit e21ac8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Gradle version
Use the following command to download and unpack the build validation scripts for Gradle to the current directory:

```bash
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.3/gradle-enterprise-gradle-build-validation-2.3.3.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.3.3.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.4/gradle-enterprise-gradle-build-validation-2.3.4.zip && unzip -q -o gradle-enterprise-gradle-build-validation-2.3.4.zip
```

## Structure
Expand Down
2 changes: 1 addition & 1 deletion Maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Maven versions
Use the following command to download and unpack the build validation scripts for Maven to the current directory:

```bash
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.3/gradle-enterprise-maven-build-validation-2.3.3.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.3.3.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v2.3.4/gradle-enterprise-maven-build-validation-2.3.4.zip && unzip -q -o gradle-enterprise-maven-build-validation-2.3.4.zip
```

## Structure
Expand Down
1 change: 1 addition & 0 deletions release/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- [FIX] Logging level when fetching Build Scan data from Gradle Enterprise is incorrect
- [FIX] Experiments accepting Build Scan URLs incorrectly parse Build Scan ID when path contains extra parts
- [FIX] Summary shows project name as unknown when access to Gradle Enterprise API is not configured

0 comments on commit e21ac8a

Please sign in to comment.