Skip to content

Commit

Permalink
Merge pull request #111 from macisamuele/maci-fix-108
Browse files Browse the repository at this point in the history
Miscellaneous documentation update
  • Loading branch information
cortinico authored Feb 13, 2020
2 parents 444b8c5 + cd96790 commit b3adf81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .activate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
make install-hooks
./gradlew installVenv installHooks

source venv/bin/activate
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Here you can find the release notes for this project. Please note that list of r
* ⚙️ Gradle to 5.6.2 [#67]
* ⚙️ Add JaCoCo for CodeCov [#66]

⚠️: `swagger-gradle-codegen:plugin:1.3.0` is supported **ONLY** on Gradle 6+

Thanks to @cortinico @doug-precocity @redwarp @macisamuele @filipemp for the support with this release

## v1.2.0 (2019-07-31)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ We also recommend you set up:
Before starting developing, please run:

```
make install-hooks
./gradlew installHooks
```

This will take care of installing the pre-commit hooks to keep a consistent style in the codebase.

While developing, you can run tests on the plugin using:
While developing, you can build, run pre-commits, checks & tests on the plugin using:

```
./gradlew plugin:test
./gradlew preMerge
```

Make sure your tests are all green ✅ locally before submitting PRs.
Expand Down
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip
# Remember to update the README.md file once the version is updated
# Prevent https://github.com/Yelp/swagger-gradle-codegen/issues/108 to happen again
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b3adf81

Please sign in to comment.