Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Release 1.9.40
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Jul 25, 2016
1 parent 52444cd commit 088fc68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.38'
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.40'
}
}
```
Expand All @@ -36,7 +36,7 @@ the configuration `appengineSdk`.

```gradle
dependencies {
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.38'
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.40'
}
```

Expand Down Expand Up @@ -160,7 +160,7 @@ the plugin will overwrite the log output file.

The task `appengineUpdate` allows you to specify upload specific settings. Define the tasks' properties in the closure `update`:

* `useJava7`: Java 7 compatibility flag (default to `false` if not set). This feature will require a App Engine SDK of >= 1.7.3.
* ~~`useJava7`~~: Deprecated, has no effect

### Example

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Version 1.9.40 (July 25th, 2016)
* Minor gcloud cleanup and feature deprecation (this is not the the gcloud plugin)

### Version 1.9.38 (June 13th, 2016)
* Version match release
* [skipped 1.9.36, 1.9.37]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

group = 'com.google.appengine'
version = '1.9.38'
version = '1.9.40'
project.ext.appengineVersion = version
if ('snapshot' in project.gradle.startParameter.taskNames) {
version = "${version}-SNAPSHOT"
Expand Down

0 comments on commit 088fc68

Please sign in to comment.