Skip to content

Commit

Permalink
Downgrade appengine-gradle-plugin.
Browse files Browse the repository at this point in the history
Newer RC1 broke things.
  • Loading branch information
shaeberling committed Jun 29, 2018
1 parent 07374e8 commit 8fda430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appengine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:+'
// As of June 28 RC of 2.0.0 is live but seems to break things.
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.5'
}
}

Expand Down

0 comments on commit 8fda430

Please sign in to comment.