Skip to content

Commit

Permalink
Update docs for 2.3.0 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka authored Jun 23, 2020
1 parent 9e32c29 commit 9eb98ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app-gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.3.0
### Added
* Update to appengine-plugins-core 0.9.0 ([#377](../../pull/377))
* Includes support for binary artifacts for app.yaml based deployments ([appengine-plugins-core:#840](/~https://github.com/GoogleCloudPlatform/appengine-plugins-core/issues/840))

## 2.2.0
### Changed
* Update to appengine-plugins-core 0.8.1 ([#364](../../pull/364))
Expand Down
2 changes: 1 addition & 1 deletion app-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildscript {
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.2.0'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:2.3.0'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion app-gradle-plugin/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The `stage` configuration has the following parameters :
| ----------------------- | ----------- |
| `appEngineDirectory` | The directory that contains app.yaml. |
| `dockerDirectory` | The directory that contains Dockerfile and other docker context. |
| `artifact` | The artifact to deploy (a file, like a .jar or a .war). |
| `artifact` | The artifact to deploy (a file, like a .jar, a .war or a binary). |
| `stagingDirectory` | The directory to which to stage the application. |
| `extraFilesDirectories` | The list of directories to copy extra files from. |

Expand Down

0 comments on commit 9eb98ae

Please sign in to comment.