-
Notifications
You must be signed in to change notification settings - Fork 17
Only one SDK for multiproject builds #11
Comments
in fact, it will make more reason to place the sdk somewhere in user dir in |
If we go with that approach, we'll want to make sure to version the ~~ Robert. On Thu, May 31, 2012 at 9:18 AM, musketyr
|
I can't see any problem. You already can have different SDK in single project if you upgrade the App Engine version. The shared folder should be similar to This means it should have following structure
|
Yeah, I don't see it as a problem, either. I just wanted to make sure ~~ Robert. On Thu, May 31, 2012 at 9:39 AM, musketyr
|
I like the idea of putting it into a common directory e.g. |
All downloaded App Engine SDKs will be stored in |
Can you move the downloaded Google App Engine SDK directory to rootDir/build, and hook the downloadSdk task onto the rootProject instead of into the plugin-installed project? That way, multiple builds only need to download and expand the SDK once.
(You will want to version that SDK path in case there are multiproject builds that are built against multiple GAE SDK versions for some crazy reason.)
The text was updated successfully, but these errors were encountered: