Closed loosebazooka closed 6 years ago
Hmm, using classpath 'com.google.cloud.tools:appengine-gradle-plugin:+' (as suggested by https://cloud.google.com/appengine/docs/flexible/java/using-gradle) gives me 2.0.0-rc2; is that meant to happen even if this is not merged to master?
classpath 'com.google.cloud.tools:appengine-gradle-plugin:+'
@TWiStErRob the tag was already pushed, I do need to merge this though. We'll probably need to update the docs to reference "1.+" instead of "+" until the releases are finalized.
Hmm, using
classpath 'com.google.cloud.tools:appengine-gradle-plugin:+'
(as suggested by https://cloud.google.com/appengine/docs/flexible/java/using-gradle) gives me 2.0.0-rc2; is that meant to happen even if this is not merged to master?