Skip to content

Commit e21ac8a

Browse files
committed
Prepare for 2.3.4 release
1 parent 86a4731 commit e21ac8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: Gradle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Gradle version
2626
Use the following command to download and unpack the build validation scripts for Gradle to the current directory:
2727

2828
```bash
29-
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
29+
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
3030
```
3131

3232
## Structure

Diff for: Maven.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The build validation scripts are compatible with a large range of Maven versions
2626
Use the following command to download and unpack the build validation scripts for Maven to the current directory:
2727

2828
```bash
29-
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
29+
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
3030
```
3131

3232
## Structure

Diff for: release/changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- [FIX] Logging level when fetching Build Scan data from Gradle Enterprise is incorrect
22
- [FIX] Experiments accepting Build Scan URLs incorrectly parse Build Scan ID when path contains extra parts
3+
- [FIX] Summary shows project name as unknown when access to Gradle Enterprise API is not configured

0 commit comments

Comments
 (0)