-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle migration #144
Gradle migration #144
Conversation
b2ac64f
to
408efc2
Compare
@@ -78,7 +77,7 @@ public void postProcessEnvironment(ConfigurableEnvironment environment, | |||
|
|||
increaseInvocationCount(); | |||
if (CloudPlatform.CLOUD_FOUNDRY.isActive(environment)) { | |||
CfEnv cfEnv = CfEnvSingleton.getCfEnvInstance(); | |||
CfEnv cfEnv = new CfEnv(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required to get CfEnv to reparse the environment. Otherwise it's cached in the singleton, which then causes failures in tests which expect CfEnv to be looking at an updated (mocked) env.
include "java-cfenv-boot" | ||
include "java-cfenv-boot-pivotal-scs" | ||
include "java-cfenv-boot-pivotal-sso" | ||
//include "java-cfenv-docs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parity with the Maven setup - we haven't written any docs yet.
* Consistency with other Spring projects * Simplifies upcoming publication pipeline work * Faster build
408efc2
to
072dc5b
Compare
89e1b43
to
061ebb9
Compare
061ebb9
to
24f4688
Compare
No description provided.