Skip to content

Commit

Permalink
Prepare for next round of development
Browse files Browse the repository at this point in the history
  • Loading branch information
jthurne committed Feb 7, 2022
1 parent 2daeea6 commit 3c8662f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You need to have [Bash](https://www.gnu.org/software/bash/) installed in order t
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/v1.0/gradle-enterprise-gradle-build-validation-1.0.zip && unzip -q -o gradle-enterprise-gradle-build-validation-1.0.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v1.0.1/gradle-enterprise-gradle-build-validation-1.0.1.zip && unzip -q -o gradle-enterprise-gradle-build-validation-1.0.1.zip
```

## Structure
Expand Down
2 changes: 1 addition & 1 deletion Maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You need to have [Bash](https://www.gnu.org/software/bash/) installed in order t
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/v1.0/gradle-enterprise-maven-build-validation-1.0.zip && unzip -q -o gradle-enterprise-maven-build-validation-1.0.zip
curl -s -L -O https://github.com/gradle/gradle-enterprise-build-validation-scripts/releases/download/v1.0.1/gradle-enterprise-maven-build-validation-1.0.1.zip && unzip -q -o gradle-enterprise-maven-build-validation-1.0.1.zip
```

## Structure
Expand Down
2 changes: 0 additions & 2 deletions release/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
* Use a more portable method of detecting the current script's directory
* Move some of the interactive mode text to the README

2 changes: 1 addition & 1 deletion release/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 3c8662f

Please sign in to comment.